From 627e05130fa2d98498dbd19fdcae4a173801d797 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Wed, 21 Dec 2011 22:55:30 +0000 Subject: Rename TabContents::browser_context() to GetBrowserContext and put it into the WebContents interface. BUG=98716 Review URL: http://codereview.chromium.org/9021022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115435 0039d316-1c4b-4281-b951-d872f2087c98 --- content/shell/shell_win.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/shell/shell_win.cc') diff --git a/content/shell/shell_win.cc b/content/shell/shell_win.cc index 7a0a1b9..70adb9d 100644 --- a/content/shell/shell_win.cc +++ b/content/shell/shell_win.cc @@ -202,7 +202,7 @@ LRESULT CALLBACK Shell::WndProc(HWND hwnd, UINT message, WPARAM wParam, switch (id) { case IDM_NEW_WINDOW: CreateNewWindow( - shell->tab_contents()->browser_context(), + shell->tab_contents()->GetBrowserContext(), GURL(), NULL, MSG_ROUTING_NONE, NULL); break; case IDM_CLOSE_WINDOW: -- cgit v1.1