From e288840fb5acf7336568ea37527d2189c8733ae8 Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Fri, 20 Nov 2009 02:16:13 +0000 Subject: 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 --- chrome/common/extensions/extension.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'chrome/common/extensions/extension.h') 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[]; -- cgit v1.1