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

Unified Diff: content/public/browser/navigation_handle.h

Issue 2663333004: Convert dom_distiller::WebContentsMainFrameObserver to use the new navigation callbacks. (Closed)
Patch Set: undo testing change Created 3 years, 11 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/public/browser/navigation_handle.h
diff --git a/content/public/browser/navigation_handle.h b/content/public/browser/navigation_handle.h
index 153be328985bbcec83b244a096998778cc72d4a5..8028018026e6eb4c8c13a56c1501cfd2170a42a5 100644
--- a/content/public/browser/navigation_handle.h
+++ b/content/public/browser/navigation_handle.h
@@ -218,7 +218,8 @@ class CONTENT_EXPORT NavigationHandle {
const GURL& url,
RenderFrameHost* render_frame_host,
bool committed = false,
- net::Error error = net::OK);
+ net::Error error = net::OK,
+ bool is_same_page = false);
// Registers a NavigationThrottle for tests. The throttle can
// modify the request, pause the request or cancel the request. This will

Powered by Google App Engine
This is Rietveld 408576698