| Index: components/variations/service/variations_service_client.h
|
| diff --git a/components/variations/service/variations_service_client.h b/components/variations/service/variations_service_client.h
|
| index 2cd26c832963499f4d8b4a3d40f3ff791c8c3b2f..b3758a64b37bdd3eaf3509b0f0b5ce49214e3f9f 100644
|
| --- a/components/variations/service/variations_service_client.h
|
| +++ b/components/variations/service/variations_service_client.h
|
| @@ -57,11 +57,6 @@ class VariationsServiceClient {
|
| // parameter if true is returned.
|
| virtual bool OverridesRestrictParameter(std::string* parameter) = 0;
|
|
|
| - // Allows the embedder to override the string resource specified by |hash|
|
| - // with |string| in the resource bundle if desired.
|
| - virtual void OverrideUIString(uint32_t hash,
|
| - const base::string16& string) = 0;
|
| -
|
| // Called from VariationsService::PerformPreMainMessageLoopStartup().
|
| virtual void OnInitialStartup() {}
|
| };
|
|
|