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

Unified Diff: chrome/browser/ui/cocoa/web_dialog_window_controller.mm

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/ui/cocoa/web_dialog_window_controller.mm
diff --git a/chrome/browser/ui/cocoa/web_dialog_window_controller.mm b/chrome/browser/ui/cocoa/web_dialog_window_controller.mm
index 4a34b0c6e855d7c23b19d9bdcd647b2f82d49e7e..af037ab5ec9bbea8d08b518a3428af88d4b6a0bc 100644
--- a/chrome/browser/ui/cocoa/web_dialog_window_controller.mm
+++ b/chrome/browser/ui/cocoa/web_dialog_window_controller.mm
@@ -337,7 +337,7 @@ void WebDialogWindowDelegateBridge::HandleKeyboardEvent(
- (void)loadDialogContents {
tabContents_.reset(new TabContents(WebContents::Create(
- delegate_->browser_context(), NULL, MSG_ROUTING_NONE, NULL, NULL)));
+ delegate_->browser_context(), NULL, MSG_ROUTING_NONE, NULL)));
[[self window]
setContentView:tabContents_->web_contents()->GetNativeView()];
tabContents_->web_contents()->SetDelegate(delegate_.get());

Powered by Google App Engine
This is Rietveld 408576698