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

Unified Diff: chrome/test/base/ui_test_utils.h

Issue 2500093003: Re-enable tabs_interactive_uitest for linux_aura (Closed)
Patch Set: add TODO Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/interactive_test_utils.cc ('k') | chrome/test/base/ui_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/ui_test_utils.h
diff --git a/chrome/test/base/ui_test_utils.h b/chrome/test/base/ui_test_utils.h
index 25b537779615ceec062266bcd6615b0bd6b5324e..24bd2d977b094d5c06d60db796b04174a7e941fb 100644
--- a/chrome/test/base/ui_test_utils.h
+++ b/chrome/test/base/ui_test_utils.h
@@ -295,7 +295,7 @@ class HistoryEnumerator {
// this class can be modified to support that.
class BrowserActivationWaiter : public chrome::BrowserListObserver {
public:
- explicit BrowserActivationWaiter(Browser* browser);
+ explicit BrowserActivationWaiter(const Browser* browser);
~BrowserActivationWaiter() override;
// Returns when the |browser_| which is supplied by the constructor becomes
@@ -307,7 +307,7 @@ class BrowserActivationWaiter : public chrome::BrowserListObserver {
// chrome::BrowserListObserver override:
void OnBrowserSetLastActive(Browser* browser) override;
- Browser* browser_;
+ const Browser* browser_;
bool observed_;
scoped_refptr<content::MessageLoopRunner> message_loop_runner_;
« no previous file with comments | « chrome/test/base/interactive_test_utils.cc ('k') | chrome/test/base/ui_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698