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

Unified Diff: content/shell/browser/shell_devtools_delegate.cc

Issue 46523002: Fix Telemetry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « content/shell/browser/shell_devtools_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_devtools_delegate.cc
diff --git a/content/shell/browser/shell_devtools_delegate.cc b/content/shell/browser/shell_devtools_delegate.cc
index d8fcfb5b6bf1e6cd402ccd72bea3362cd24e535e..801ca42b8d6e00da5813bf4bd941fb3137460ebd 100644
--- a/content/shell/browser/shell_devtools_delegate.cc
+++ b/content/shell/browser/shell_devtools_delegate.cc
@@ -166,10 +166,9 @@ std::string ShellDevToolsDelegate::GetPageThumbnailData(const GURL& url) {
return std::string();
}
-scoped_ptr<DevToolsTarget>
-ShellDevToolsDelegate::CreateNewTarget(const GURL& url) {
+scoped_ptr<DevToolsTarget> ShellDevToolsDelegate::CreateNewTarget() {
Shell* shell = Shell::CreateNewWindow(browser_context_,
- url,
+ GURL(kAboutBlankURL),
NULL,
MSG_ROUTING_NONE,
gfx::Size());
« no previous file with comments | « content/shell/browser/shell_devtools_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698