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

Unified Diff: trunk/src/chrome/renderer/autofill/page_click_tracker_browsertest.cc

Issue 269893004: Revert 268203 "There are many ways to get it wrong." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 months 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
Index: trunk/src/chrome/renderer/autofill/page_click_tracker_browsertest.cc
===================================================================
--- trunk/src/chrome/renderer/autofill/page_click_tracker_browsertest.cc (revision 268216)
+++ trunk/src/chrome/renderer/autofill/page_click_tracker_browsertest.cc (working copy)
@@ -167,7 +167,7 @@
EXPECT_FALSE(test_listener_.form_control_element_lost_focus_called_);
test_listener_.ClearResults();
- // Select another text field to test that the notification for the
+ // Select another text field to test that the notifcation for the
// first text field losing focus is sent.
EXPECT_TRUE(SimulateElementClick("text_2"));
EXPECT_TRUE(test_listener_.form_control_element_lost_focus_called_);
@@ -205,7 +205,7 @@
EXPECT_FALSE(test_listener_.form_control_element_lost_focus_called_);
test_listener_.ClearResults();
- // Select another textarea field to test that the notification for the
+ // Select another textarea field to test that the notifcation for the
// first textarea field losing focus is sent.
EXPECT_TRUE(SimulateElementClick("textarea_2"));
EXPECT_TRUE(test_listener_.form_control_element_lost_focus_called_);
« no previous file with comments | « trunk/src/chrome/browser/ui/unload_controller.h ('k') | trunk/src/chrome/renderer/content_settings_observer_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698