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

Unified Diff: chrome/browser/about_flags.cc

Issue 9033007: Rename the aura_shell namespace to ash (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
Index: chrome/browser/about_flags.cc
===================================================================
--- chrome/browser/about_flags.cc (revision 115744)
+++ chrome/browser/about_flags.cc (working copy)
@@ -79,8 +79,8 @@
const Experiment::Choice kAuraWindowModeChoices[] = {
{ IDS_FLAGS_AURA_WINDOW_MODE_NORMAL, "", "" },
{ IDS_FLAGS_AURA_WINDOW_MODE_COMPACT,
- aura_shell::switches::kAuraWindowMode,
- aura_shell::switches::kAuraWindowModeCompact }
+ ash::switches::kAuraWindowMode,
+ ash::switches::kAuraWindowModeCompact }
};
#endif
@@ -468,14 +468,14 @@
IDS_FLAGS_AURA_WORKSPACE_MANAGER_NAME,
IDS_FLAGS_AURA_WORKSPACE_MANAGER_DESCRIPTION,
kOsWin | kOsLinux | kOsCrOS,
- SINGLE_VALUE_TYPE(aura_shell::switches::kAuraWorkspaceManager)
+ SINGLE_VALUE_TYPE(ash::switches::kAuraWorkspaceManager)
},
{
"aura-translucent-frames",
IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_NAME,
IDS_FLAGS_AURA_TRANSLUCENT_FRAMES_DESCRIPTION,
kOsWin | kOsLinux | kOsCrOS,
- SINGLE_VALUE_TYPE(aura_shell::switches::kAuraTranslucentFrames)
+ SINGLE_VALUE_TYPE(ash::switches::kAuraTranslucentFrames)
},
#endif // defined(USE_AURA)
{

Powered by Google App Engine
This is Rietveld 408576698