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

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

Issue 432005: Make notifications permission available in the extension manifest and hook up... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/common/extensions/extension.h
===================================================================
--- chrome/common/extensions/extension.h (revision 32803)
+++ chrome/common/extensions/extension.h (working copy)
@@ -73,6 +73,7 @@
// Each permission is a module that the extension is permitted to use.
static const char* kTabPermission;
static const char* kBookmarkPermission;
+ static const char* kNotificationPermission;
static const char* kPermissionNames[];
static const size_t kNumPermissions;

Powered by Google App Engine
This is Rietveld 408576698