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

Unified Diff: chrome/browser/debugger/devtools_window.cc

Issue 10831116: Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac win compile fixes Created 8 years, 4 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/debugger/devtools_window.cc
diff --git a/chrome/browser/debugger/devtools_window.cc b/chrome/browser/debugger/devtools_window.cc
index 71ce944aabfb4dd8ff4217064c1af9ca8df74dab..d142074c11620b2b72a88ffc32a04cdaaacca71c 100644
--- a/chrome/browser/debugger/devtools_window.cc
+++ b/chrome/browser/debugger/devtools_window.cc
@@ -168,7 +168,7 @@ DevToolsWindow* DevToolsWindow::Create(
bool shared_worker_frontend) {
// Create TabContents with devtools.
TabContents* tab_contents =
- chrome::TabContentsFactory(profile, NULL, MSG_ROUTING_NONE, NULL, NULL);
+ chrome::TabContentsFactory(profile, NULL, MSG_ROUTING_NONE, NULL);
tab_contents->web_contents()->GetRenderViewHost()->AllowBindings(
content::BINDINGS_POLICY_WEB_UI);
tab_contents->web_contents()->GetController().LoadURL(
@@ -770,4 +770,3 @@ void DevToolsWindow::RunFileChooser(WebContents* web_contents,
const FileChooserParams& params) {
FileSelectHelper::RunFileChooser(web_contents, params);
}
-

Powered by Google App Engine
This is Rietveld 408576698