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

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, 11 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index b41c3af29662e30a8ef510524f6989dbb1055864..36d9c717f05a9a5671ee43485ef9fb4d93912663 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -988,14 +988,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,

Powered by Google App Engine
This is Rietveld 408576698