Index: content/browser/frame_host/navigator.h |
diff --git a/content/browser/frame_host/navigator.h b/content/browser/frame_host/navigator.h |
index 8771dd26496f6c72f43a898c83ba2b1ac9794e15..3a27601ea624946d0f90099500475876f0a64fa5 100644 |
--- a/content/browser/frame_host/navigator.h |
+++ b/content/browser/frame_host/navigator.h |
@@ -101,6 +101,7 @@ class CONTENT_EXPORT Navigator : public base::RefCounted<Navigator> { |
const GURL& url, |
SiteInstance* source_site_instance, |
const Referrer& referrer, |
+ ui::PageTransition page_transition, |
WindowOpenDisposition disposition, |
bool should_replace_current_entry, |
bool user_gesture) {} |