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

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

Issue 2225343002: Navigation: move RestoreType and ReloadType into a separate file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase+ Created 4 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/frame_host/navigation_controller_impl.h
diff --git a/content/browser/frame_host/navigation_controller_impl.h b/content/browser/frame_host/navigation_controller_impl.h
index 6947ce9565f045162a675d7471f70fa24456a3ad..7a01c40ed51e9a97e2406878dcda625719333e23 100644
--- a/content/browser/frame_host/navigation_controller_impl.h
+++ b/content/browser/frame_host/navigation_controller_impl.h
@@ -20,7 +20,6 @@
#include "content/browser/frame_host/navigation_entry_impl.h"
#include "content/browser/ssl/ssl_manager.h"
#include "content/public/browser/navigation_controller.h"
-#include "content/public/browser/navigation_type.h"
Charlie Reis 2016/08/11 23:58:43 Why is this removed? This file uses NavigationTyp
Takashi Toyoshima 2016/09/07 12:07:44 Because when I made this change, NavigationControl
struct FrameHostMsg_DidCommitProvisionalLoad_Params;

Powered by Google App Engine
This is Rietveld 408576698