We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ffd115 commit f289439Copy full SHA for f289439
extensions/browser/app_window/app_window.cc
@@ -455,7 +455,11 @@ void AppWindow::ExitPictureInPicture() {
455
}
456
457
bool AppWindow::ShouldShowStaleContentOnEviction(content::WebContents* source) {
458
+#if defined(OS_CHROMEOS)
459
return true;
460
+#else
461
+ return false;
462
+#endif // defined(OS_CHROMEOS)
463
464
465
bool AppWindow::OnMessageReceived(const IPC::Message& message,
0 commit comments