Index: extensions/renderer/user_script_set.h |
diff --git a/extensions/renderer/user_script_set.h b/extensions/renderer/user_script_set.h |
index a371a94d730e34d75f746e578ce5eb26d6c1b329..5ce51527c928a96b3a0bc606149206aa6d3757e2 100644 |
--- a/extensions/renderer/user_script_set.h |
+++ b/extensions/renderer/user_script_set.h |
@@ -68,7 +68,8 @@ class UserScriptSet { |
// Updates scripts given the shared memory region containing user scripts. |
// Returns true if the scripts were successfully updated. |
bool UpdateUserScripts(base::SharedMemoryHandle shared_memory, |
- const std::set<HostID>& changed_hosts); |
+ const std::set<HostID>& changed_hosts, |
+ bool whitelisted_only); |
const std::vector<UserScript*>& scripts() const { return scripts_.get(); } |