Index: chrome/test/ui/ui_test.h |
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h |
index 98c75fe04785285d96bf1fb9e84c460400def7f2..d2ecf5fe389348c61d4ef1ab03c5e52ef57eba70 100644 |
--- a/chrome/test/ui/ui_test.h |
+++ b/chrome/test/ui/ui_test.h |
@@ -428,7 +428,6 @@ class UITest : public UITestBase, public PlatformTest { |
// possible. |
void NavigateToURLAsync(const GURL& url); |
- private: |
Mattias Nissler (ping if slow)
2012/10/22 17:28:21
I guess the idea here was to use MessageLoop::curr
|
MessageLoop message_loop_; // Enables PostTask to main thread. |
}; |