| Index: extensions/renderer/script_context_set.h
|
| diff --git a/extensions/renderer/script_context_set.h b/extensions/renderer/script_context_set.h
|
| index 8cf1671759e6d161864bce90d0c133ff20f0276e..9f47d0ad95dedbec7000e86df79b72eba0e042c8 100644
|
| --- a/extensions/renderer/script_context_set.h
|
| +++ b/extensions/renderer/script_context_set.h
|
| @@ -55,7 +55,6 @@ class ScriptContextSet {
|
| // Returns a weak reference to the new ScriptContext.
|
| ScriptContext* Register(blink::WebLocalFrame* frame,
|
| const v8::Local<v8::Context>& v8_context,
|
| - int extension_group,
|
| int world_id);
|
|
|
| // If the specified context is contained in this set, remove it, then delete
|
| @@ -121,7 +120,7 @@ class ScriptContextSet {
|
| // Returns the Feature::Context type of context for a JavaScript context.
|
| Feature::Context ClassifyJavaScriptContext(
|
| const Extension* extension,
|
| - int extension_group,
|
| + int world_id,
|
| const GURL& url,
|
| const blink::WebSecurityOrigin& origin);
|
|
|
|
|