diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 02:16:13 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 02:16:13 +0000 |
commit | e288840fb5acf7336568ea37527d2189c8733ae8 (patch) | |
tree | 1b349cf3b3e895d99defa2d7effe2d43707c8474 /chrome/common/extensions/extension.h | |
parent | 2eba1513ea24399e08de0836ce622d383e4606b8 (diff) | |
download | chromium_src-e288840fb5acf7336568ea37527d2189c8733ae8.zip chromium_src-e288840fb5acf7336568ea37527d2189c8733ae8.tar.gz chromium_src-e288840fb5acf7336568ea37527d2189c8733ae8.tar.bz2 |
Special case the gallery to not show the scary download roadblock.
That was only needed because of clickjacking.
BUG=28227
Review URL: http://codereview.chromium.org/411004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32588 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension.h')
-rw-r--r-- | chrome/common/extensions/extension.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h index 7738acf..9d5c1f5 100644 --- a/chrome/common/extensions/extension.h +++ b/chrome/common/extensions/extension.h @@ -63,9 +63,6 @@ class Extension { EXTENSION_ICON_BITTY = 16, }; - // The URL to browse the extensions gallery. - static const char* kGalleryBrowseUrl; - // Icon sizes used by the extension system. static const int kIconSizes[]; |