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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_MAC_KEYSTONE_GLUE_H_ 5 #ifndef CHROME_BROWSER_MAC_KEYSTONE_GLUE_H_
6 #define CHROME_BROWSER_MAC_KEYSTONE_GLUE_H_ 6 #define CHROME_BROWSER_MAC_KEYSTONE_GLUE_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/string16.h" 9 #include "base/string16.h"
10 10
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 // Called when an installUpdate: notification completes. 191 // Called when an installUpdate: notification completes.
192 - (void)installUpdateComplete:(NSNotification*)notification; 192 - (void)installUpdateComplete:(NSNotification*)notification;
193 193
194 @end // @interface KeystoneGlue(ExposedForTesting) 194 @end // @interface KeystoneGlue(ExposedForTesting)
195 195
196 #endif // __OBJC__ 196 #endif // __OBJC__
197 197
198 // Functions that may be accessed from non-Objective-C C/C++ code. 198 // Functions that may be accessed from non-Objective-C C/C++ code.
199 namespace keystone_glue { 199 namespace keystone_glue {
200 200
201 // 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.
202 std::string BrandCode();
203
201 // True if Keystone is enabled. 204 // True if Keystone is enabled.
202 bool KeystoneEnabled(); 205 bool KeystoneEnabled();
203 206
204 // The version of the application currently installed on disk. 207 // The version of the application currently installed on disk.
205 string16 CurrentlyInstalledVersion(); 208 string16 CurrentlyInstalledVersion();
206 209
207 } // namespace keystone_glue 210 } // namespace keystone_glue
208 211
209 #endif // CHROME_BROWSER_MAC_KEYSTONE_GLUE_H_ 212 #endif // CHROME_BROWSER_MAC_KEYSTONE_GLUE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698