Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2914)

Unified Diff: chrome/browser/mac/keystone_glue.h

Issue 7655056: Enable brand codes and master preferences on the Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: limit Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698