| Index: components/variations/service/variations_service.h
|
| diff --git a/components/variations/service/variations_service.h b/components/variations/service/variations_service.h
|
| index 61c61731ac012ef0ef320991cc4f7ecc5ffc7de3..eb2b1d23ef79601da0fe31f7113e6c85a85d69c3 100644
|
| --- a/components/variations/service/variations_service.h
|
| +++ b/components/variations/service/variations_service.h
|
| @@ -121,6 +121,12 @@ class VariationsService
|
| // in the format of lowercase ISO 3166-1 alpha-2. Example: us, br, in
|
| std::string GetStoredPermanentCountry();
|
|
|
| + // Forces an override of kVariationsPermanentConsistencyCountry. Returns true
|
| + // if the variable has been updated. Return false if the override country is
|
| + // the same as the stored variable, or if the update failed for any other
|
| + // reason.
|
| + bool ForceSetStoredPermanentCountry(const std::string& override_country);
|
| +
|
| // Exposed for testing.
|
| static std::string GetDefaultVariationsServerURLForTesting();
|
|
|
|
|