Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move BrowserWindowTesting into its own header (browser_window_testing_views.h) | tapted@chromium.org | 2014-07-02 | 1 | -0/+36 |
BrowserWindowTesting is only implemented on views platforms. On Mac, BrowserWindow::GetBrowserWindowTesting() always returns NULL so a forward declare will do. This lets us get rid of a bunch of #ifdefs and helps prepare the `chrome` target for compiling on Mac with toolkit_views=1. BUG=390755 TBR=nkostylev@chromium.org Review URL: https://codereview.chromium.org/366993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281109 0039d316-1c4b-4281-b951-d872f2087c98 |