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

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

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.h
diff --git a/chrome/browser/extensions/api/cookies/cookies_api_constants.h b/chrome/browser/extensions/api/cookies/cookies_api_constants.h
index d6a1be8232757a6dd063371f0f21e6f618179d6d..dd632693e739668679976070ab8f893644ebe6f4 100644
--- a/chrome/browser/extensions/api/cookies/cookies_api_constants.h
+++ b/chrome/browser/extensions/api/cookies/cookies_api_constants.h
@@ -14,19 +14,9 @@ namespace cookies_api_constants {
extern const char kCauseKey[];
extern const char kCookieKey[];
extern const char kDomainKey[];
-extern const char kExpirationDateKey[];
-extern const char kHostOnlyKey[];
-extern const char kHttpOnlyKey[];
extern const char kIdKey[];
-extern const char kNameKey[];
-extern const char kPathKey[];
extern const char kRemovedKey[];
-extern const char kSecureKey[];
-extern const char kSessionKey[];
-extern const char kStoreIdKey[];
extern const char kTabIdsKey[];
-extern const char kUrlKey[];
-extern const char kValueKey[];
// Cause Constants
extern const char kEvictedChangeCause[];
« no previous file with comments | « chrome/browser/extensions/api/cookies/cookies_api.cc ('k') | chrome/browser/extensions/api/cookies/cookies_api_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698