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. |
Mark Mentovai
2011/08/25 13:35:08
Specify in the comment that this can be an empty s
Avi (use Gerrit)
2011/08/25 15:24:52
Done.
|
+std::string BrandCode(); |
+ |
// True if Keystone is enabled. |
bool KeystoneEnabled(); |