| Index: chrome/test/browser_with_test_window_test.h
|
| diff --git a/chrome/test/browser_with_test_window_test.h b/chrome/test/browser_with_test_window_test.h
|
| index 835bdebaf680a99a0f04d8209b1a2078c00258bd..5250365e17051daf25567ba61a2708e10b1d55f0 100644
|
| --- a/chrome/test/browser_with_test_window_test.h
|
| +++ b/chrome/test/browser_with_test_window_test.h
|
| @@ -51,7 +51,6 @@ class BrowserWithTestWindowTest : public testing::Test {
|
| TestRenderViewHost* TestRenderViewHostForTab(TabContents* tab_contents);
|
|
|
| protected:
|
| -
|
| TestBrowserWindow* window() const { return window_.get(); }
|
| void set_window(TestBrowserWindow* window) {
|
| window_.reset(window);
|
| @@ -67,6 +66,8 @@ class BrowserWithTestWindowTest : public testing::Test {
|
| profile_.reset(profile);
|
| }
|
|
|
| + MessageLoop* message_loop() { return &ui_loop_; }
|
| +
|
| // Adds a tab to |browser| with the given URL and commits the load.
|
| // This is a convenience function. The new tab will be added at index 0.
|
| void AddTab(Browser* browser, const GURL& url);
|
|
|