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

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

Issue 10815028: Make ActiveTabPermissionManager also grant the tabs permission. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/common/extensions/extension_messages.h
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h
index 82f66e3616f6c838b799fb51fc122bc435aaa8d8..2b888cff1c211c44f91302d2abe062977c695328 100644
--- a/chrome/common/extensions/extension_messages.h
+++ b/chrome/common/extensions/extension_messages.h
@@ -257,7 +257,7 @@ IPC_MESSAGE_CONTROL4(ExtensionMsg_UpdateTabSpecificPermissions,
int32 /* page_id (only relevant for the target tab) */,
int /* tab_id */,
std::string /* extension_id */,
- URLPatternSet /* host */)
+ URLPatternSet /* hosts */)
// Tell the renderer to clear tab-specific permissions for some extensions.
IPC_MESSAGE_CONTROL2(ExtensionMsg_ClearTabSpecificPermissions,

Powered by Google App Engine
This is Rietveld 408576698