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

Unified Diff: chrome/common/extensions/extension_constants.h

Issue 10399069: Reland 137540 - Disable off-store extension installs by default. Also get rid of ExtensionService::… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/extensions/extension_switch_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_constants.h
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index d6beeb24c01028834790970e58b6a49bebfc76bf..2f76b4fbc95116d81751399f2e261ee08e33cfac 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -14,9 +14,7 @@
namespace extension_urls {
// Returns the URL prefix for the extension/apps gallery. Can be set via the
// --apps-gallery-url switch. The URL returned will not contain a trailing
- // slash. Do not use this as a prefix/extent for the store. Instead see
- // ExtensionService::GetWebStoreApp or
- // ExtensionService::IsDownloadFromGallery
+ // slash. Do not use this as a prefix/extent for the store.
std::string GetWebstoreLaunchURL();
// Returns the URL prefix for an item in the extension/app gallery. This URL
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | chrome/common/extensions/extension_switch_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698