| 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);
|
|
|
|
|