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

Unified Diff: chrome/browser/ui/panels/panel_browser_window.cc

Issue 10538039: Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update copyrights Created 8 years, 6 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/panels/panel_browser_window.cc
diff --git a/chrome/browser/ui/panels/panel_browser_window.cc b/chrome/browser/ui/panels/panel_browser_window.cc
index a05f542553c3ace29e2e9ad41ad4128a633f85be..fee6debd3d718d461311bb90c794dcab92dca5b1 100644
--- a/chrome/browser/ui/panels/panel_browser_window.cc
+++ b/chrome/browser/ui/panels/panel_browser_window.cc
@@ -117,7 +117,7 @@ bool PanelBrowserWindow::IsAlwaysOnTop() const {
// native panel, delegates to Panel (WebContents handling)
// or invoke logic that has nothing to do with panels (GetDownloadShelf).
// -----------------------------------------------------------
-gfx::NativeWindow PanelBrowserWindow::GetNativeHandle() {
+gfx::NativeWindow PanelBrowserWindow::GetNativeWindow() {
return native_panel_->GetNativePanelHandle();
}
« no previous file with comments | « chrome/browser/ui/panels/panel_browser_window.h ('k') | chrome/browser/ui/panels/panel_browser_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698