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

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

Issue 2493053002: [extensions] Stop parsing webstore urls so much (Closed)
Patch Set: still need to check cmd line every time :( 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: chrome/common/extensions/extension_constants.h
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index 63de720c9f57bf344bddd2ae4c37e37d50f34bec..08ea8cec1d96bd49b96e0853ddef485b2d7ff1fd 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -17,7 +17,7 @@ namespace extension_urls {
// This returns the compile-time constant webstore update url specific to
// Chrome. Usually you should prefer using GetWebstoreUpdateUrl.
-GURL GetDefaultWebstoreUpdateUrl();
+std::string GetDefaultWebstoreUpdateUrl();
// Field to use with webstore URL for tracking launch source.
extern const char kWebstoreSourceField[];

Powered by Google App Engine
This is Rietveld 408576698