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

Unified Diff: chrome/common/extensions/extension.h

Issue 6480033: Implement experimental.contentSettings.misc.blockThirdPartyCookies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 9 years, 10 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
« no previous file with comments | « chrome/common/extensions/docs/experimental.extension.html ('k') | chrome/common/extensions/extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension.h
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index 9eb1d6576935b536a9b20cb2913f753f3950f449..772d72c31b5f8a408d8d84e85f6319fd95880b54 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -160,6 +160,7 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
// Extension::kPermissions.
static const char kBackgroundPermission[];
static const char kBookmarkPermission[];
+ static const char kContentSettingsPermission[];
static const char kContextMenusPermission[];
static const char kCookiePermission[];
static const char kExperimentalPermission[];
« no previous file with comments | « chrome/common/extensions/docs/experimental.extension.html ('k') | chrome/common/extensions/extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698