Index: chrome/test/base/ui_test_utils.cc |
diff --git a/chrome/test/base/ui_test_utils.cc b/chrome/test/base/ui_test_utils.cc |
index b02d82aecc7e1d59e4158dd6cbcb388edf193572..be65a373fb1505db9b89f87bbd179014a13f6879 100644 |
--- a/chrome/test/base/ui_test_utils.cc |
+++ b/chrome/test/base/ui_test_utils.cc |
@@ -57,6 +57,7 @@ namespace ui_test_utils { |
namespace { |
// Used to block until a navigation completes. |
+// TODO(gbillock): this should be merged with TestNavigationObserver |
Paweł Hajdan Jr.
2011/08/04 17:56:48
Thanks, and IMHO this is a very high priority. If
Greg Billock
2011/08/11 22:57:45
Sounds good. I'm planning on a sequence of these a
Greg Billock
2011/08/11 22:57:45
Yeah, I plan on a series of changes, and this is n
Paweł Hajdan Jr.
2011/08/11 23:03:02
You can try --gtest_repeat=-1 --gtest_break_on_fai
|
class NavigationNotificationObserver : public NotificationObserver { |
public: |
NavigationNotificationObserver(const NotificationSource& source, |