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

Unified Diff: ash/ash_switches.cc

Issue 1261693004: Allow dynamic enabling/disabling of unified desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « ash/ash_switches.h ('k') | ash/display/display_layout.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 14e79cb4c9891e9091b513b9da571e5fb4357054..fdbe279e941e13b65ac01845f14fb24f7ef3a8cc 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -136,11 +136,6 @@ bool ConstrainPointerToRoot() {
kAshConstrainPointerToRoot);
}
-bool UnifiedDesktopEnabled() {
- return base::CommandLine::ForCurrentProcess()->HasSwitch(
- kAshEnableUnifiedDesktop);
-}
-
#endif
} // namespace switches
« no previous file with comments | « ash/ash_switches.h ('k') | ash/display/display_layout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698