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

Unified Diff: extensions/common/extension_urls.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.cc ('k') | extensions/common/extensions_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension_urls.cc
diff --git a/extensions/common/extension_urls.cc b/extensions/common/extension_urls.cc
index 9f4dff95fd5bd70c437794bad89b559dc62aba1d..0235621c76fe9a981de848c4470b72d9696e4b05 100644
--- a/extensions/common/extension_urls.cc
+++ b/extensions/common/extension_urls.cc
@@ -68,7 +68,7 @@ GURL GetWebstoreSearchPageUrl(const std::string& query) {
GURL GetWebstoreUpdateUrl() {
extensions::ExtensionsClient* client = extensions::ExtensionsClient::Get();
if (client)
- return GURL(client->GetWebstoreUpdateURL());
+ return client->GetWebstoreUpdateURL();
return GURL(kChromeWebstoreUpdateURL);
}
« no previous file with comments | « chrome/common/extensions/extension_constants.cc ('k') | extensions/common/extensions_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698