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

Unified Diff: chrome/browser/extensions/extension_preference_api_constants.cc

Issue 10008076: Add onFontNameChanged event to Font Settings API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: inject level of control directly Created 8 years, 8 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/extensions/extension_preference_api_constants.cc
diff --git a/chrome/browser/extensions/extension_preference_api_constants.cc b/chrome/browser/extensions/extension_preference_api_constants.cc
index aaba59f5baef9f54487404cb1445df0f02cef2d6..7d08cdc8699e2fefab74872e0143cd9a59a26794 100644
--- a/chrome/browser/extensions/extension_preference_api_constants.cc
+++ b/chrome/browser/extensions/extension_preference_api_constants.cc
@@ -10,11 +10,6 @@ const char kIncognitoKey[] = "incognito";
const char kScopeKey[] = "scope";
-const char kNotControllable[] = "not_controllable";
-const char kControlledByOtherExtensions[] = "controlled_by_other_extensions";
-const char kControllableByThisExtension[] = "controllable_by_this_extension";
-const char kControlledByThisExtension[] = "controlled_by_this_extension";
-
const char kIncognitoSpecific[] = "incognitoSpecific";
const char kLevelOfControl[] = "levelOfControl";
const char kValue[] = "value";
@@ -31,4 +26,3 @@ const char kPermissionErrorMessage[] =
"Be sure to declare in your manifest what permissions you need.";
} // extension_preference_api_constants
-

Powered by Google App Engine
This is Rietveld 408576698