Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Unified Diff: chrome/browser/ui/webui/inspect_ui.h

Issue 2502863002: Add UI DevTools under chrome://inspect/#other (Closed)
Patch Set: sadruls comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698