| Index: chrome/browser/update_client/chrome_update_query_params_delegate.h
|
| diff --git a/chrome/browser/update_client/chrome_update_query_params_delegate.h b/chrome/browser/update_client/chrome_update_query_params_delegate.h
|
| index a90bdc3563a360a535a4173b84e72f39c91315c2..b77e5c5c314035d9754fe3ee5492c34187708620 100644
|
| --- a/chrome/browser/update_client/chrome_update_query_params_delegate.h
|
| +++ b/chrome/browser/update_client/chrome_update_query_params_delegate.h
|
| @@ -21,11 +21,6 @@ class ChromeUpdateQueryParamsDelegate
|
| // update_client::UpdateQueryParamsDelegate:
|
| std::string GetExtraParams() override;
|
|
|
| - // Returns the value we use for the "updaterchannel=" and "prodchannel="
|
| - // parameters. Possible return values include: "canary", "dev", "beta", and
|
| - // "stable".
|
| - static const char* GetChannelString();
|
| -
|
| // Returns the language for the present locale. Possible return values are
|
| // standard tags for languages, such as "en", "en-US", "de", "fr", "af", etc.
|
| static const char* GetLang();
|
|
|