Chromium Code Reviews| 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..b7b0efe2ea0620ae54e9b16471c1f0b3f6bdb50c 100644 |
| --- a/chrome/browser/ui/webui/inspect_ui.h |
| +++ b/chrome/browser/ui/webui/inspect_ui.h |
| @@ -83,6 +83,9 @@ class InspectUI : public content::WebUIController, |
| void PopulateTargets(const std::string& source_id, |
| const base::ListValue& targets); |
| + void PopulateTargetsWithUiDevtools(const std::string& source_id, |
|
dgozman
2016/11/15 23:47:08
This method has no callers and no implementation.
Sarmad Hashmi
2016/11/16 01:42:58
Removed.
|
| + base::ListValue& targets); |
| + |
| void ForceUpdateIfNeeded(const std::string& source_id, |
| const std::string& target_type); |