| Index: chrome/test/base/test_browser_window.h
|
| diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
|
| index e576204bec4c1fc9eee51fa8e14c64eb3ae26bb3..7471042a8919e1c8491b50f5b36120bcab14a408 100644
|
| --- a/chrome/test/base/test_browser_window.h
|
| +++ b/chrome/test/base/test_browser_window.h
|
| @@ -143,6 +143,7 @@ class TestBrowserWindow : public BrowserWindow {
|
| const base::Callback<void(ImeWarningBubblePermissionStatus status)>&
|
| callback) override {}
|
| std::string GetWorkspace() const override;
|
| + bool IsVisibleOnAllWorkspaces() const override;
|
|
|
| protected:
|
| void DestroyBrowser() override {}
|
|
|