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: |
akalin
2012/10/19 23:12:21
is this still needed? looks like you can revert t
zel
2012/10/21 20:03:19
Yes, it's needed. One of the sub-classes need to a
|
MessageLoop message_loop_; // Enables PostTask to main thread. |
}; |