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

Unified Diff: extensions/renderer/dispatcher.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/common/extension_messages.h ('k') | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/dispatcher.h
diff --git a/extensions/renderer/dispatcher.h b/extensions/renderer/dispatcher.h
index fb1c6c79de4d5177a51d1028076b46068c52ca5b..ca8f0ff9e9be2fed3ebd45b254f74e87a76ab581 100644
--- a/extensions/renderer/dispatcher.h
+++ b/extensions/renderer/dispatcher.h
@@ -163,9 +163,6 @@ class Dispatcher : public content::RenderProcessObserver,
void OnActivateExtension(const std::string& extension_id);
void OnCancelSuspend(const std::string& extension_id);
- void OnClearTabSpecificPermissions(
- int tab_id,
- const std::vector<std::string>& extension_ids);
void OnDeliverMessage(int target_port_id, const Message& message);
void OnDispatchOnConnect(int target_port_id,
const std::string& channel_name,
@@ -192,10 +189,6 @@ class Dispatcher : public content::RenderProcessObserver,
void OnTransferBlobs(const std::vector<std::string>& blob_uuids);
void OnUnloaded(const std::string& id);
void OnUpdatePermissions(const ExtensionMsg_UpdatePermissions_Params& params);
- void OnUpdateTabSpecificPermissions(const GURL& url,
- int tab_id,
- const std::string& extension_id,
- const URLPatternSet& origin_set);
void OnUsingWebRequestAPI(bool webrequest_used);
// UserScriptSetManager::Observer implementation.
« no previous file with comments | « extensions/common/extension_messages.h ('k') | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698