Index: content/browser/renderer_host/render_process_host_impl.h |
diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h |
index 62abd7be7aaf5ec34749cfd751f6c2d9674d58d7..7b19d64e29d015aa4d8acf60bba839ed93bbc154 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.h |
+++ b/content/browser/renderer_host/render_process_host_impl.h |
@@ -206,6 +206,10 @@ class CONTENT_EXPORT RenderProcessHostImpl |
void SuddenTerminationChanged(bool enabled); |
void OnUserMetricsRecordAction(const std::string& action); |
void OnSavedPageAsMHTML(int job_id, int64 mhtml_file_size); |
+ void OnRedirectUrlToApp(const std::string& app_id, |
+ const std::string& handler_id, |
+ const GURL& url, |
+ const GURL& referrer_url); |
// CompositorSurfaceBuffersSwapped handler when there's no RWH. |
void OnCompositorSurfaceBuffersSwappedNoHost(int32 surface_id, |