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

Issue 115830: Turn BrowserView::GetBrowserViewForNativeView() into GetBrowserViewForNativeW... (Closed)

Created:
11 years, 7 months ago by DaveMoore
Modified:
9 years, 7 months ago
Reviewers:
sky
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Turn BrowserView::GetBrowserViewForNativeView() into GetBrowserViewForNativeWindow() This simplifies things on linux where the native window is not the same type as the native view. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=17043

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -17 lines) Patch
M chrome/browser/browser_focus_uitest.cc View 2 3 10 chunks +13 lines, -11 lines 0 comments Download
M chrome/browser/dock_info_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/browser_bubble_win.cc View 3 chunks +5 lines, -2 lines 1 comment Download
M chrome/browser/views/frame/browser_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/frame/browser_view.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/views/tabs/dragged_tab_controller.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
DaveMoore
11 years, 7 months ago (2009-05-27 23:54:35 UTC) #1
sky
11 years, 7 months ago (2009-05-28 00:03:50 UTC) #2
LGTM with the following change.

http://codereview.chromium.org/115830/diff/15/1016
File chrome/browser/views/browser_bubble_win.cc (right):

http://codereview.chromium.org/115830/diff/15/1016#newcode35
Line 35: gfx::NativeView native_view = frame_->GetNativeView();
I don't think you need native_view here anymore.

Powered by Google App Engine
This is Rietveld 408576698