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

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: merged ToT 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 2de9c7d6ec244b00e3495549b1aecb17810ad0dd..e1a282b96bb56574ab9679a322cc590866fd3fc1 100644
--- a/chrome/browser/debugger/devtools_window.cc
+++ b/chrome/browser/debugger/devtools_window.cc
@@ -176,7 +176,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(
@@ -772,4 +772,3 @@ void DevToolsWindow::UpdateBrowserToolbar() {
if (inspected_window)
inspected_window->UpdateToolbar(inspected_tab_, false);
}
-
« no previous file with comments | « chrome/browser/chromeos/login/webui_login_view.cc ('k') | chrome/browser/extensions/api/identity/web_auth_flow.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698