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

Unified Diff: chrome/browser/browser_window.h

Issue 42190: Linux accelerators cleanup (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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/browser_window.h
===================================================================
--- chrome/browser/browser_window.h (revision 11738)
+++ chrome/browser/browser_window.h (working copy)
@@ -5,6 +5,8 @@
#ifndef CHROME_BROWSER_BROWSER_WINDOW_H_
#define CHROME_BROWSER_BROWSER_WINDOW_H_
+#include "base/gfx/native_widget_types.h"
+
class Browser;
class BrowserList;
class BrowserWindowTesting;
@@ -56,8 +58,8 @@
virtual void FlashFrame() = 0;
// Return a platform dependent identifier for this frame. On Windows, this
- // returns an HWND. DO NOT USE IN CROSS PLATFORM CODE.
- virtual void* GetNativeHandle() = 0;
+ // returns an HWND.
+ virtual gfx::NativeWindow GetNativeHandle() = 0;
// Returns a pointer to the testing interface to the Browser window, or NULL
// if there is none.

Powered by Google App Engine
This is Rietveld 408576698