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

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

Issue 2493053002: [extensions] Stop parsing webstore urls 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
« no previous file with comments | « chrome/common/extensions/extension_constants.h ('k') | extensions/common/extension_urls.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_constants.cc
diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc
index 4e6df3c83a1e91b0ba21391e13712fe417cd096a..ba458831ede8d9830c9d6e8b610422a85c001c57 100644
--- a/chrome/common/extensions/extension_constants.cc
+++ b/chrome/common/extensions/extension_constants.cc
@@ -15,8 +15,8 @@ const char kGalleryUpdateHttpsUrl[] =
} // namespace
-GURL GetDefaultWebstoreUpdateUrl() {
- return GURL(kGalleryUpdateHttpsUrl);
+const char* GetDefaultWebstoreUpdateUrl() {
+ return kGalleryUpdateHttpsUrl;
}
const char kWebstoreSourceField[] = "utm_source";
« no previous file with comments | « chrome/common/extensions/extension_constants.h ('k') | extensions/common/extension_urls.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698