| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 634208e445980ac7803a977197228c4feda44778..4d9427dd03a596a2b75a1445fbc185ad9baad92d 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -94,10 +94,6 @@ class BrowserWindow : public BaseWindow {
|
| //////////////////////////////////////////////////////////////////////////////
|
| // Browser specific methods:
|
|
|
| - // Return a platform dependent identifier for this frame. On Windows, this
|
| - // returns an HWND.
|
| - virtual gfx::NativeWindow GetNativeWindow() = 0;
|
| -
|
| // Returns a pointer to the testing interface to the Browser window, or NULL
|
| // if there is none.
|
| virtual BrowserWindowTesting* GetBrowserWindowTesting() = 0;
|
|
|