Index: chrome/renderer/content_settings_observer.cc |
=================================================================== |
--- chrome/renderer/content_settings_observer.cc (revision 175088) |
+++ chrome/renderer/content_settings_observer.cc (working copy) |
@@ -127,7 +127,7 @@ |
void ContentSettingsObserver::DidCommitProvisionalLoad( |
WebFrame* frame, bool is_new_navigation) { |
if (frame->parent()) |
- return; // Not a top-level navigation. |
+ return; // Not a top-level navigation. |
DocumentState* document_state = DocumentState::FromDataSource( |
frame->dataSource()); |