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

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

Issue 278953002: DevTools: allow inspecting browsers using custom front-ends. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Manually tested end-to-end. Created 6 years, 7 months 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 f55ccb5dcb98d2bfa69530e6b15269ef2c2ba563..02f195a74e4ce3b9ebb744593420ae656e31a6a6 100644
--- a/chrome/browser/ui/webui/inspect_ui.h
+++ b/chrome/browser/ui/webui/inspect_ui.h
@@ -39,6 +39,10 @@ class InspectUI : public content::WebUIController,
void Open(const std::string& source_id,
const std::string& browser_id,
const std::string& url);
+ void InspectBrowserWithCustomFrontend(
+ const std::string& source_id,
+ const std::string& browser_id,
+ const GURL& frontend_url);
static void InspectDevices(Browser* browser);

Powered by Google App Engine
This is Rietveld 408576698