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

Unified Diff: chrome/browser/about_flags.cc

Issue 8968022: Shell related switches -> aura shell switches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « no previous file | chrome/browser/automation/testing_automation_provider_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
===================================================================
--- chrome/browser/about_flags.cc (revision 114849)
+++ chrome/browser/about_flags.cc (working copy)
@@ -25,7 +25,7 @@
#include "ui/gfx/gl/gl_switches.h"
#if defined(USE_AURA)
-#include "ui/aura/aura_switches.h"
+#include "ui/aura_shell/aura_shell_switches.h"
#endif
using content::UserMetricsAction;
@@ -435,14 +435,14 @@
IDS_FLAGS_AURA_WORKSPACE_MANAGER_NAME,
IDS_FLAGS_AURA_WORKSPACE_MANAGER_DESCRIPTION,
kOsWin | kOsLinux | kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kAuraWorkspaceManager)
+ SINGLE_VALUE_TYPE(aura_shell::switches::kAuraWorkspaceManager)
},
{
"aura-translucent-frames",
IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_NAME,
IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_DESCRIPTION,
kOsWin | kOsLinux | kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kAuraTranslucentFrames)
+ SINGLE_VALUE_TYPE(aura_shell::switches::kAuraTranslucentFrames)
},
#endif // defined(USE_AURA)
{
@@ -461,7 +461,7 @@
IDS_FLAGS_AURA_LAPTOP_MODE_NAME,
IDS_FLAGS_AURA_LAPTOP_MODE_DESCRIPTION,
kOsWin | kOsLinux | kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kAuraLaptopMode)
+ SINGLE_VALUE_TYPE(aura_shell::switches::kAuraLaptopMode)
},
#endif
{
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698