| Index: chrome/browser/ui/webui/inspect_ui.h
|
| diff --git a/chrome/browser/ui/webui/inspect_ui.h b/chrome/browser/ui/webui/inspect_ui.h
|
| index 181d8d7a954567c0c77b4d6f3e101cd098e400e6..86102222eaaf11f277f63be5264020f2bb93de2e 100644
|
| --- a/chrome/browser/ui/webui/inspect_ui.h
|
| +++ b/chrome/browser/ui/webui/inspect_ui.h
|
| @@ -83,6 +83,8 @@ class InspectUI : public content::WebUIController,
|
| void PopulateTargets(const std::string& source_id,
|
| const base::ListValue& targets);
|
|
|
| + void PopulateAdditionalTargets(const base::ListValue& targets);
|
| +
|
| void ForceUpdateIfNeeded(const std::string& source_id,
|
| const std::string& target_type);
|
|
|
|
|