| Index: extensions/common/extensions_client.h
|
| diff --git a/extensions/common/extensions_client.h b/extensions/common/extensions_client.h
|
| index 328731a2d8737a7208ea048556d883d4b0ea0ffb..754565f2d6e59ad62a1f490069f1d65b086614ce 100644
|
| --- a/extensions/common/extensions_client.h
|
| +++ b/extensions/common/extensions_client.h
|
| @@ -106,7 +106,7 @@ class ExtensionsClient {
|
| virtual std::string GetWebstoreBaseURL() const = 0;
|
|
|
| // Returns the URL to use for update manifest queries.
|
| - virtual std::string GetWebstoreUpdateURL() const = 0;
|
| + virtual const GURL& GetWebstoreUpdateURL() const = 0;
|
|
|
| // Returns a flag indicating whether or not a given URL is a valid
|
| // extension blacklist URL.
|
|
|