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

Unified Diff: ui/views/views_switches.cc

Issue 11030017: Add context to gfx::Screen calls in support of simultaneous desktop+ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tidy Created 8 years, 2 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: ui/views/views_switches.cc
diff --git a/ui/views/views_switches.cc b/ui/views/views_switches.cc
index 1735391c1489bede92726d26eb1484359af58651..7eef95588143bce919edb3f1af7e5819ba5ac425 100644
--- a/ui/views/views_switches.cc
+++ b/ui/views/views_switches.cc
@@ -7,9 +7,6 @@
namespace views {
namespace switches {
-// Run in desktop mode using the aura framework.
-const char kDesktopAura[] = "desktop-aura";
-
// Use the native system frame when applicable.
const char kEnableNativeFrame[] = "enable-native-frame";

Powered by Google App Engine
This is Rietveld 408576698