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

Unified Diff: chrome/browser/extensions/api/cookies/cookies_api_constants.cc

Issue 10702088: Refactor chrome.cookies API to use JSON schema compiler. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sync Created 8 years, 5 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/cookies/cookies_api_constants.cc
diff --git a/chrome/browser/extensions/api/cookies/cookies_api_constants.cc b/chrome/browser/extensions/api/cookies/cookies_api_constants.cc
index 2f28960986a83013e51df4c2ca7dbac5fbca4d2c..ebbde779e9ec5ee58974ed87a4b337fe1602e436 100644
--- a/chrome/browser/extensions/api/cookies/cookies_api_constants.cc
+++ b/chrome/browser/extensions/api/cookies/cookies_api_constants.cc
@@ -11,19 +11,9 @@ namespace cookies_api_constants {
const char kCauseKey[] = "cause";
const char kCookieKey[] = "cookie";
const char kDomainKey[] = "domain";
-const char kExpirationDateKey[] = "expirationDate";
-const char kHostOnlyKey[] = "hostOnly";
-const char kHttpOnlyKey[] = "httpOnly";
const char kIdKey[] = "id";
-const char kNameKey[] = "name";
-const char kPathKey[] = "path";
const char kRemovedKey[] = "removed";
-const char kSecureKey[] = "secure";
-const char kSessionKey[] = "session";
-const char kStoreIdKey[] = "storeId";
const char kTabIdsKey[] = "tabIds";
-const char kUrlKey[] = "url";
-const char kValueKey[] = "value";
// Cause Constants
extern const char kEvictedChangeCause[] = "evicted";
« no previous file with comments | « chrome/browser/extensions/api/cookies/cookies_api_constants.h ('k') | chrome/browser/extensions/api/cookies/cookies_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698