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

Unified Diff: chrome/browser/about_flags.cc

Issue 23506029: Enabling the new drag off shellf feature by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed unnecessary log statement Created 7 years, 3 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 258a60b57f9b442ee2e582d7a32ac6b1e21d21a5..3a23e065395eeb42d1e8d7e3f4694a389ce84ca0 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -926,11 +926,11 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(ash::switches::kAshUseAlternateShelfLayout)
},
{
- "ash-enable-drag-off-shelf",
+ "ash-disable-drag-off-shelf",
IDS_FLAGS_DRAG_OFF_SHELF_NAME,
IDS_FLAGS_DRAG_OFF_SHELF_DESCRIPTION,
kOsCrOS,
- SINGLE_VALUE_TYPE(ash::switches::kAshEnableDragOffShelf)
+ SINGLE_VALUE_TYPE(ash::switches::kAshDisableDragOffShelf)
},
{
"enable-background-loader",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698