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

Unified Diff: chrome/browser/about_flags.cc

Issue 140323010: Ash:Shelf - Cleanup of Alternate Shelf (part 1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... 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 | « ash/wm/app_list_controller.cc ('k') | chrome/browser/ui/apps/chrome_app_window_delegate.cc » ('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 c6895f5bfb50fd5ad7ddb375f812d615c98e472a..9609edbd7c0a641ee0dcfc0c35bf9a22479c1860 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -961,14 +961,6 @@ const Experiment kExperiments[] = {
},
#if defined(OS_CHROMEOS)
{
- "ash-use-alternate-shelf",
- IDS_FLAGS_ALTERNATE_SHELF_LAYOUT_NAME,
- IDS_FLAGS_ALTERNATE_SHELF_LAYOUT_DESCRIPTION,
- kOsCrOS,
- ENABLE_DISABLE_VALUE_TYPE(ash::switches::kAshUseAlternateShelfLayout,
- ash::switches::kAshDisableAlternateShelfLayout)
- },
- {
"ash-disable-drag-off-shelf",
IDS_FLAGS_DRAG_OFF_SHELF_NAME,
IDS_FLAGS_DRAG_OFF_SHELF_DESCRIPTION,
« no previous file with comments | « ash/wm/app_list_controller.cc ('k') | chrome/browser/ui/apps/chrome_app_window_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698