Chromium Code Reviews| 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..ac008ca7f7c2678134897cc8fc13ca79c4c0d917 100644 |
| --- a/chrome/browser/ui/browser_window.h |
| +++ b/chrome/browser/ui/browser_window.h |
| @@ -96,7 +96,7 @@ class BrowserWindow : public BaseWindow { |
| // Return a platform dependent identifier for this frame. On Windows, this |
| // returns an HWND. |
| - virtual gfx::NativeWindow GetNativeWindow() = 0; |
| + virtual gfx::NativeWindow GetNativeWindow() const = 0; |
|
sky
2012/06/11 17:47:39
As discussed over IM this shouldn't be const.
DaveMoore
2012/06/11 18:13:40
Done.
|
| // Returns a pointer to the testing interface to the Browser window, or NULL |
| // if there is none. |