Index: extensions/renderer/dispatcher.h |
diff --git a/extensions/renderer/dispatcher.h b/extensions/renderer/dispatcher.h |
index 6878e203c20a2c49b6d80377d5d3818cd76350ab..735860770c0806246352465f145996494077f3f8 100644 |
--- a/extensions/renderer/dispatcher.h |
+++ b/extensions/renderer/dispatcher.h |
@@ -180,7 +180,8 @@ class Dispatcher : public content::RenderProcessObserver { |
int tab_id, |
const std::string& extension_id, |
const URLPatternSet& origin_set); |
- void OnUpdateUserScripts(base::SharedMemoryHandle scripts); |
+ void OnUpdateUserScripts(base::SharedMemoryHandle scripts, |
+ const std::set<std::string>& extension_ids); |
void OnUsingWebRequestAPI(bool adblock, |
bool adblock_plus, |
bool other_webrequest); |