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

Unified Diff: chrome/browser/about_flags.cc

Issue 173183002: Remove oak windows and its flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove one more oak.gyp reference Created 6 years, 10 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 | « chrome/app/generated_resources.grd ('k') | ui/oak/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 3fd0d19d967f36b9b70a619fffc24f7a1bd1518f..39341a60f1f1e4fa7cab546e5625c12fcca2bafd 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -934,15 +934,6 @@ const Experiment kExperiments[] = {
kOsDesktop,
SINGLE_VALUE_TYPE(switches::kDisableNTPOtherSessionsMenu)
},
-#if defined(USE_ASH)
- {
- "enable-ash-oak",
- IDS_FLAGS_ENABLE_ASH_OAK_NAME,
- IDS_FLAGS_ENABLE_ASH_OAK_DESCRIPTION,
- kOsAll,
- SINGLE_VALUE_TYPE(ash::switches::kAshEnableOak),
- },
-#endif
{
"enable-devtools-experiments",
IDS_FLAGS_ENABLE_DEVTOOLS_EXPERIMENTS_NAME,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | ui/oak/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698