diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 22:55:30 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 22:55:30 +0000 |
commit | 627e05130fa2d98498dbd19fdcae4a173801d797 (patch) | |
tree | 6ab91bc7d842c689a509e897a09c5a789798ac17 /content/shell/shell_win.cc | |
parent | 632197304ce0bb8fa5cd8931fe90c3c19cdeeab8 (diff) | |
download | chromium_src-627e05130fa2d98498dbd19fdcae4a173801d797.zip chromium_src-627e05130fa2d98498dbd19fdcae4a173801d797.tar.gz chromium_src-627e05130fa2d98498dbd19fdcae4a173801d797.tar.bz2 |
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
Diffstat (limited to 'content/shell/shell_win.cc')
-rw-r--r-- | content/shell/shell_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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: |