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

Unified Diff: trunk/src/content/renderer/notification_provider.cc

Issue 177713006: Revert 251563 "Move browser initiated navigation from RenderView..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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/content/renderer/notification_provider.cc
===================================================================
--- trunk/src/content/renderer/notification_provider.cc (revision 253009)
+++ trunk/src/content/renderer/notification_provider.cc (working copy)
@@ -6,7 +6,7 @@
#include "base/strings/string_util.h"
#include "content/common/desktop_notification_messages.h"
-#include "content/common/frame_messages.h"
+#include "content/common/view_messages.h"
#include "content/renderer/render_view_impl.h"
#include "third_party/WebKit/public/platform/WebURL.h"
#include "third_party/WebKit/public/web/WebDocument.h"
@@ -101,7 +101,7 @@
IPC_MESSAGE_UNHANDLED(handled = false)
IPC_END_MESSAGE_MAP()
- if (message.type() == FrameMsg_Navigate::ID)
+ if (message.type() == ViewMsg_Navigate::ID)
OnNavigate(); // Don't want to swallow the message.
return handled;
« no previous file with comments | « trunk/src/content/renderer/devtools/devtools_agent.cc ('k') | trunk/src/content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698