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

Unified Diff: chrome/browser/extensions/api/content_settings/content_settings_api_constants.cc

Issue 10553018: ContentSettings now uses the JSON Schema Compiler. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: incognito fix Created 8 years, 6 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/api/content_settings/content_settings_api_constants.cc
diff --git a/chrome/browser/extensions/api/content_settings/content_settings_api_constants.cc b/chrome/browser/extensions/api/content_settings/content_settings_api_constants.cc
index 0f104484fff1d4fffbdc040d20d87f93eee93d7e..3fa0e8a6ff7166e189e0f46e994375739b698104 100644
--- a/chrome/browser/extensions/api/content_settings/content_settings_api_constants.cc
+++ b/chrome/browser/extensions/api/content_settings/content_settings_api_constants.cc
@@ -14,11 +14,9 @@ const char kDescriptionKey[] = "description";
const char kIdKey[] = "id";
const char kPatternKey[] = "pattern";
const char kPrimaryPatternKey[] = "primaryPattern";
-const char kPrimaryUrlKey[] = "primaryUrl";
const char kResourceIdentifierKey[] = "resourceIdentifier";
const char kRuleKey[] = "rule";
const char kSecondaryPatternKey[] = "secondaryPattern";
-const char kSecondaryUrlKey[] = "secondaryUrl";
// Errors.
const char kIncognitoContextError[] =
« no previous file with comments | « chrome/browser/extensions/api/content_settings/content_settings_api_constants.h ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698