diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-28 21:14:39 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-28 21:14:39 +0000 |
commit | e8b738e7ef21fd4cb04b0b0058ef360e1a65e971 (patch) | |
tree | 4f3cc5377d6b12da74c0807d12ac6d121ac72115 /ash/ash_switches.cc | |
parent | c75691577348e8ea855d827a21203b22986d9be4 (diff) | |
download | chromium_src-e8b738e7ef21fd4cb04b0b0058ef360e1a65e971.zip chromium_src-e8b738e7ef21fd4cb04b0b0058ef360e1a65e971.tar.gz chromium_src-e8b738e7ef21fd4cb04b0b0058ef360e1a65e971.tar.bz2 |
Remove --ash-disable-drag-and-drop-applist-to-launcher
BUG=340466
Review URL: https://codereview.chromium.org/182633002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254230 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index cdb49ee..bde14fe 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -61,10 +61,6 @@ const char kAshDisableAudioDeviceMenu[] = // Disable ability to dock windows at the desktop edge. const char kAshDisableDockedWindows[] = "ash-disable-docked-windows"; -// Disallow items to be dragged from the app launcher list into the launcher. -const char kAshDisableDragAndDropAppListToLauncher[] = - "ash-disable-drag-and-drop-applist-to-launcher"; - // Disable dragging items off the shelf to unpin them. const char kAshDisableDragOffShelf[] = "ash-disable-drag-off-shelf"; |