| Index: chrome/browser/google/google_util.h
|
| diff --git a/chrome/browser/google/google_util.h b/chrome/browser/google/google_util.h
|
| index b670b0ed01206297ab3a5c25bfe6efe87b5cde12..7f5c47ea63ead2d16060f5df18a82125fe55f2b3 100644
|
| --- a/chrome/browser/google/google_util.h
|
| +++ b/chrome/browser/google/google_util.h
|
| @@ -46,6 +46,9 @@ bool IsOrganic(const std::string& brand);
|
| // method.
|
| bool IsOrganicFirstRun(const std::string& brand);
|
|
|
| +// True if |brand| is an internet cafe brand code.
|
| +bool IsInternetCafeBrandCode(const std::string& brand);
|
| +
|
| // This class is meant to be used only from test code, and sets the brand
|
| // code returned by the function GetBrand() above while the object exists.
|
| class BrandForTesting {
|
|
|