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

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 435833002: Navigation transitions: Plumb data from the outgoing renderer to the incoming renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Testfix Created 6 years, 4 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: content/browser/renderer_host/render_message_filter.h
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index 9764c7beb6b72207dbf2c5cb3ec23cbc97c4aef2..b89778527ff85dae53d9b7b67ec4ce9a0ce7f519 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -270,8 +270,11 @@ class RenderMessageFilter : public BrowserMessageFilter {
uint32_t data_size);
#endif
- void OnSetHasPendingTransitionRequest(int render_frame_id,
- bool is_transition);
+ void OnAddNavigationTransitionData(
+ int render_frame_id,
+ const std::string& allowed_destination_host_pattern,
+ const std::string& selector,
+ const std::string& markup);
// Cached resource request dispatcher host and plugin service, guaranteed to
// be non-null if Init succeeds. We do not own the objects, they are managed
« no previous file with comments | « content/browser/loader/cross_site_resource_handler.cc ('k') | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698