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

Unified Diff: trunk/src/chrome/renderer/content_settings_observer_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/content_settings_observer_browsertest.cc
===================================================================
--- trunk/src/chrome/renderer/content_settings_observer_browsertest.cc (revision 268216)
+++ trunk/src/chrome/renderer/content_settings_observer_browsertest.cc (working copy)
@@ -121,7 +121,7 @@
ProcessPendingMessages();
// 4. Verify that the notification that javascript was blocked is sent after
- // the navigation notification is sent.
+ // the navigation notifiction is sent.
int navigation_index = -1;
int block_index = -1;
for (size_t i = 0; i < render_thread_->sink().message_count(); ++i) {

Powered by Google App Engine
This is Rietveld 408576698