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

Unified Diff: content/browser/frame_host/navigation_controller_delegate.h

Issue 1104603002: Pick frame to navigate in the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unit test Created 5 years, 8 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/frame_host/navigation_controller_delegate.h
diff --git a/content/browser/frame_host/navigation_controller_delegate.h b/content/browser/frame_host/navigation_controller_delegate.h
index e578a84e9126608e98a4a6cdd54562e5bcfdecbf..9789689033ffcaafa8ef7deec6f45a6869ecdf5c 100644
--- a/content/browser/frame_host/navigation_controller_delegate.h
+++ b/content/browser/frame_host/navigation_controller_delegate.h
@@ -15,6 +15,7 @@ namespace content {
struct LoadCommittedDetails;
struct LoadNotificationDetails;
struct NativeWebKeyboardEvent;
+class FrameTree;
class InterstitialPage;
class InterstitialPageImpl;
class RenderFrameHost;
@@ -46,6 +47,7 @@ class NavigationControllerDelegate {
// Methods from WebContentsImpl that NavigationControllerImpl needs to
// call.
+ virtual FrameTree* GetFrameTree() = 0;
virtual void NotifyBeforeFormRepostWarningShow() = 0;
virtual void NotifyNavigationEntryCommitted(
const LoadCommittedDetails& load_details) = 0;

Powered by Google App Engine
This is Rietveld 408576698