Chromium Code Reviews| Index: chrome/browser/web_contents.cc |
| =================================================================== |
| --- chrome/browser/web_contents.cc (revision 6236) |
| +++ chrome/browser/web_contents.cc (working copy) |
| @@ -776,8 +776,6 @@ |
| if (state == entry->content_state()) |
| return; // Nothing to update. |
| entry->set_content_state(state); |
| - |
| - // Notify everybody of the changes (only when the current page changed). |
| controller()->NotifyEntryChanged(entry, entry_index); |
| } |