| Index: chrome/browser/mac/keystone_glue.h
|
| diff --git a/chrome/browser/mac/keystone_glue.h b/chrome/browser/mac/keystone_glue.h
|
| index 615b5e997c86586634c0d7dae73ecef22922ab86..348f2d9f728d085b42fa9a16346477081a3d7ed1 100644
|
| --- a/chrome/browser/mac/keystone_glue.h
|
| +++ b/chrome/browser/mac/keystone_glue.h
|
| @@ -198,6 +198,9 @@ enum BrandFileType {
|
| // Functions that may be accessed from non-Objective-C C/C++ code.
|
| namespace keystone_glue {
|
|
|
| +// Returns the brand code of the installation.
|
| +std::string BrandCode();
|
| +
|
| // True if Keystone is enabled.
|
| bool KeystoneEnabled();
|
|
|
|
|