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

Unified Diff: extensions/renderer/extension_helper.h

Issue 708713003: Don't crash when granting permissions to active tab. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change for with iterators to a foreach. Created 6 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
« no previous file with comments | « extensions/renderer/dispatcher_delegate.h ('k') | extensions/renderer/extension_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/extension_helper.h
diff --git a/extensions/renderer/extension_helper.h b/extensions/renderer/extension_helper.h
index 9a041425deefd62807bcef690341c789bd03c847..4bfee1c6c7cc5aef5016ae2488e6286e5dd34de7 100644
--- a/extensions/renderer/extension_helper.h
+++ b/extensions/renderer/extension_helper.h
@@ -25,6 +25,7 @@ class ListValue;
namespace extensions {
class AutomationApiHelper;
class Dispatcher;
+class URLPatternSet;
struct Message;
@@ -89,6 +90,12 @@ class ExtensionHelper
const std::string& message);
void OnAppWindowClosed();
void OnSetFrameName(const std::string& name);
+ void OnUpdateTabSpecificPermissions(
+ const GURL& url,
+ const std::string& extension_id,
+ const URLPatternSet& origin_set);
+ void OnClearTabSpecificPermissions(
+ const std::vector<std::string>& extension_ids);
Dispatcher* dispatcher_;
« no previous file with comments | « extensions/renderer/dispatcher_delegate.h ('k') | extensions/renderer/extension_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698