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

Unified Diff: extensions/common/extension_urls.h

Issue 2506713002: Avoid parsing the webstore base url so much. (Closed)
Patch Set: rdevlin review Created 4 years, 1 month 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
Index: extensions/common/extension_urls.h
diff --git a/extensions/common/extension_urls.h b/extensions/common/extension_urls.h
index 2fd72c8cf3cb7effbd7fb84afc7855fb44815a10..95aed71e5ac364089ac65f939326dd1970006ab3 100644
--- a/extensions/common/extension_urls.h
+++ b/extensions/common/extension_urls.h
@@ -38,7 +38,7 @@ extern const char kChromeWebstoreUpdateURL[];
// 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.
-std::string GetWebstoreLaunchURL();
+GURL GetWebstoreLaunchURL();
// Returns the URL to the extensions category on the Web Store. This is
// derived from GetWebstoreLaunchURL().

Powered by Google App Engine
This is Rietveld 408576698