| Index: extensions/renderer/user_script_set.cc
|
| diff --git a/extensions/renderer/user_script_set.cc b/extensions/renderer/user_script_set.cc
|
| index 65d7d7db36a2ba9bf9ddd60dbd8719486d361152..1b55ebc1b94c2be4ef252a60d3e530cfc71613cd 100644
|
| --- a/extensions/renderer/user_script_set.cc
|
| +++ b/extensions/renderer/user_script_set.cc
|
| @@ -217,8 +217,7 @@ scoped_ptr<ScriptInjection> UserScriptSet::GetInjectionForScript(
|
| injector.Pass(),
|
| web_frame->toWebLocalFrame(),
|
| host_id,
|
| - // TODO(hanxi): store and obtain the instance id from the UserScript.
|
| - HostID::kDefaultInstanceId,
|
| + script->consumer_instance_info(),
|
| run_location,
|
| tab_id));
|
| }
|
|
|