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

Unified Diff: chrome/browser/ui/gtk/web_dialog_gtk.cc

Issue 10831116: Move SessionStorageNamespace entirely into NavigationController and support StoragePartitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix content shell Created 8 years, 5 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/ui/gtk/web_dialog_gtk.cc
diff --git a/chrome/browser/ui/gtk/web_dialog_gtk.cc b/chrome/browser/ui/gtk/web_dialog_gtk.cc
index d8d8ceacfe365b352415d2ad6cb3cd42ba8d69ad..221485054b28b236c8ee99777da60dcfa2b9fbad 100644
--- a/chrome/browser/ui/gtk/web_dialog_gtk.cc
+++ b/chrome/browser/ui/gtk/web_dialog_gtk.cc
@@ -205,7 +205,7 @@ void WebDialogGtk::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {
gfx::NativeWindow WebDialogGtk::InitDialog() {
tab_.reset(new TabContents(WebContents::Create(
- browser_context(), NULL, MSG_ROUTING_NONE, NULL, NULL)));
+ browser_context(), NULL, MSG_ROUTING_NONE, NULL)));
tab_->web_contents()->SetDelegate(this);
// This must be done before loading the page; see the comments in

Powered by Google App Engine
This is Rietveld 408576698