diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-23 03:29:55 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-23 03:29:55 +0000 |
commit | a0cf04ad9284bbdd0a87d0b22820eba9505f957d (patch) | |
tree | d9fb8481addd7a6a2873be643a66a86a20be86e3 /chrome/common/chrome_switches.cc | |
parent | 701fcfc8dd54119ea379f9e191f565b2f69d8367 (diff) | |
download | chromium_src-a0cf04ad9284bbdd0a87d0b22820eba9505f957d.zip chromium_src-a0cf04ad9284bbdd0a87d0b22820eba9505f957d.tar.gz chromium_src-a0cf04ad9284bbdd0a87d0b22820eba9505f957d.tar.bz2 |
Reland - Only allow installation of extensions/apps with gallery update url via download from gallery
original review here: http://codereview.chromium.org/2855009
BUG=45542
TEST=NONE
TBR=aa
Review URL: http://codereview.chromium.org/2872013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50571 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 8b43f8d..9852c97 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -43,9 +43,6 @@ const char kAppLaunchAsPanel[] = "app-launch-as-panel"; // Makes the app launcher popup when a new tab is created. const char kAppsPanel[] = "apps-panel"; -// The title to use for the gallery link in the app launcher. -const char kAppsGalleryTitle[] = "apps-gallery-title"; - // The URL to use for the gallery link in the app launcher. const char kAppsGalleryURL[] = "apps-gallery-url"; |