Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1122)

Unified Diff: chrome/browser/fullscreen_chromeos.cc

Issue 855503002: Remove remainder of USE_ATHENA ifdefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_USE_ATHENA3
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/fullscreen_chromeos.cc
diff --git a/chrome/browser/fullscreen_chromeos.cc b/chrome/browser/fullscreen_chromeos.cc
index 75639305f8b69a6b99b70e66a36a0b9e560c1339..652114ed652d76ac5833c09ea853a2af8e9c7304 100644
--- a/chrome/browser/fullscreen_chromeos.cc
+++ b/chrome/browser/fullscreen_chromeos.cc
@@ -7,10 +7,6 @@
#include "ash/root_window_controller.h"
bool IsFullScreenMode() {
-#if defined(USE_ATHENA)
- // crbug.com/408755
- return false;
-#endif
// TODO(oshima): Fullscreen is per display state. Investigate
// and fix if necessary.
ash::RootWindowController* controller =

Powered by Google App Engine
This is Rietveld 408576698