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

Side by Side Diff: chrome/test/base/test_browser_window.h

Issue 2158653002: Linux UI: Add IsVisibleOnAllWorkspaces() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add more mac impls Created 4 years, 5 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/test/base/test_browser_window.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_ 5 #ifndef CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_
6 #define CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_ 6 #define CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 signin_metrics::AccessPoint access_point) override {} 136 signin_metrics::AccessPoint access_point) override {}
137 int GetRenderViewHeightInsetWithDetachedBookmarkBar() override; 137 int GetRenderViewHeightInsetWithDetachedBookmarkBar() override;
138 void ExecuteExtensionCommand(const extensions::Extension* extension, 138 void ExecuteExtensionCommand(const extensions::Extension* extension,
139 const extensions::Command& command) override; 139 const extensions::Command& command) override;
140 ExclusiveAccessContext* GetExclusiveAccessContext() override; 140 ExclusiveAccessContext* GetExclusiveAccessContext() override;
141 void ShowImeWarningBubble( 141 void ShowImeWarningBubble(
142 const extensions::Extension* extension, 142 const extensions::Extension* extension,
143 const base::Callback<void(ImeWarningBubblePermissionStatus status)>& 143 const base::Callback<void(ImeWarningBubblePermissionStatus status)>&
144 callback) override {} 144 callback) override {}
145 std::string GetWorkspace() const override; 145 std::string GetWorkspace() const override;
146 bool IsVisibleOnAllWorkspaces() const override;
146 147
147 protected: 148 protected:
148 void DestroyBrowser() override {} 149 void DestroyBrowser() override {}
149 150
150 private: 151 private:
151 class TestLocationBar : public LocationBar { 152 class TestLocationBar : public LocationBar {
152 public: 153 public:
153 TestLocationBar() : LocationBar(NULL) {} 154 TestLocationBar() : LocationBar(NULL) {}
154 ~TestLocationBar() override {} 155 ~TestLocationBar() override {}
155 156
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 204
204 namespace chrome { 205 namespace chrome {
205 206
206 // Helper that handle the lifetime of TestBrowserWindow instances. 207 // Helper that handle the lifetime of TestBrowserWindow instances.
207 std::unique_ptr<Browser> CreateBrowserWithTestWindowForParams( 208 std::unique_ptr<Browser> CreateBrowserWithTestWindowForParams(
208 Browser::CreateParams* params); 209 Browser::CreateParams* params);
209 210
210 } // namespace chrome 211 } // namespace chrome
211 212
212 #endif // CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_ 213 #endif // CHROME_TEST_BASE_TEST_BROWSER_WINDOW_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/test/base/test_browser_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698