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

Unified Diff: content/shell/browser/shell.h

Issue 870883008: Test runner: make inspector tests reuse a single inspector process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: content/shell/browser/shell.h
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
index c9f9c9f9e81b4e1bdedae4a94a4b537bd220f7ac..bb8db4ff4677e28067428b49d4f0542f1dc878cf 100644
--- a/content/shell/browser/shell.h
+++ b/content/shell/browser/shell.h
@@ -70,8 +70,6 @@ class Shell : public WebContentsDelegate,
void Close();
void ShowDevTools();
void ShowDevToolsForElementAt(int x, int y);
- void ShowDevToolsForTest(const std::string& settings,
- const std::string& frontend_url);
void CloseDevTools();
#if defined(OS_MACOSX)
// Resizes the web content view to the given dimensions.
@@ -216,8 +214,7 @@ class Shell : public WebContentsDelegate,
// WebContentsObserver
void TitleWasSet(NavigationEntry* entry, bool explicit_set) override;
- void InnerShowDevTools(const std::string& settings,
- const std::string& frontend_url);
+ void InnerShowDevTools();
void OnDevToolsWebContentsDestroyed();
scoped_ptr<ShellJavaScriptDialogManager> dialog_manager_;

Powered by Google App Engine
This is Rietveld 408576698