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

Unified Diff: chrome/browser/instant/instant_browsertest.cc

Issue 5219002: Disable InstantTest.OnSubmitEvent instead of OnChangeEvent... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/instant/instant_browsertest.cc
===================================================================
--- chrome/browser/instant/instant_browsertest.cc (revision 66596)
+++ chrome/browser/instant/instant_browsertest.cc (working copy)
@@ -162,8 +162,7 @@
// 3. Test resize events.
#if defined(OS_WIN)
-// Disabled, http://crbug.com/62940.
-#define MAYBE_OnChangeEvent DISABLED_OnChangeEvent
+#define MAYBE_OnChangeEvent OnChangeEvent
#else
#define MAYBE_OnChangeEvent DISABLED_OnChangeEvent
#endif
@@ -186,7 +185,8 @@
}
#if defined(OS_WIN)
-#define MAYBE_OnSubmitEvent OnSubmitEvent
+// Disabled, http://crbug.com/62940.
+#define MAYBE_OnSubmitEvent DISABLED_OnSubmitEvent
#else
#define MAYBE_OnSubmitEvent DISABLED_OnSubmitEvent
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698