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

Unified Diff: chrome/browser/views/frame/browser_view.h

Issue 115830: Turn BrowserView::GetBrowserViewForNativeView() into GetBrowserViewForNativeW... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/views/frame/browser_view.h
===================================================================
--- chrome/browser/views/frame/browser_view.h (revision 17018)
+++ chrome/browser/views/frame/browser_view.h (working copy)
@@ -68,7 +68,7 @@
// Returns a pointer to the BrowserView* interface implementation (an
// instance of this object, typically) for a given native window, or NULL if
// there is no such association.
- static BrowserView* GetBrowserViewForNativeView(gfx::NativeView window);
+ static BrowserView* GetBrowserViewForNativeWindow(gfx::NativeWindow window);
// Returns the show flag that should be used to show the frame containing
// this view.

Powered by Google App Engine
This is Rietveld 408576698