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

Unified Diff: ui/views/views_switches.cc

Issue 10909223: views: Rename win-aura flag to desktop-aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « ui/views/views_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views_switches.cc
diff --git a/ui/views/views_switches.cc b/ui/views/views_switches.cc
index c0c4c9019bd09d8e8fdc646baae2b7dd71eb9408..d5b49df2e0302d72443de6617edfcc755342e862 100644
--- a/ui/views/views_switches.cc
+++ b/ui/views/views_switches.cc
@@ -8,7 +8,7 @@ namespace views {
namespace switches {
// Run in desktop mode using the aura framework.
-const char kWinAura[] = "win-aura";
+const char kDesktopAura[] = "desktop-aura";
} // namespace switches
} // namespace views
« no previous file with comments | « ui/views/views_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698