Chromium Code Reviews| Index: chrome/browser/extensions/extension_preference_api_constants.h |
| =================================================================== |
| --- chrome/browser/extensions/extension_preference_api_constants.h (revision 124628) |
| +++ chrome/browser/extensions/extension_preference_api_constants.h (working copy) |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -12,6 +12,16 @@ |
| extern const char kIncognitoKey[]; |
| extern const char kScopeKey[]; |
| +extern const char kIncognitoSpecific[]; |
| +extern const char kLevelOfControl[]; |
| +extern const char kValue[]; |
|
Finnur
2012/03/05 10:45:02
Are these just regular keys like the ones above? I
|
| + |
| +// Values for levelOfControl. |
| +extern const char kNotControllable[]; |
|
Finnur
2012/03/05 10:45:02
This should be last in this section.
|
| +extern const char kControlledByOtherExtensions[]; |
| +extern const char kControllableByThisExtension[]; |
| +extern const char kControlledByThisExtension[]; |
| + |
| // Errors. |
| extern const char kIncognitoErrorMessage[]; |
| extern const char kIncognitoSessionOnlyErrorMessage[]; |