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

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

Issue 2696493003: Introduce SubframeNavigationFilteringThrottle (Closed)
Patch Set: fix test names Created 3 years, 10 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_handle_impl.h
diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
index 3a460592222cbb92be3cf6bd10c8fc36d129ff6e..6372b000a8e1dda763c0606ef3a752f350d82867 100644
--- a/content/browser/frame_host/navigation_handle_impl.h
+++ b/content/browser/frame_host/navigation_handle_impl.h
@@ -146,8 +146,8 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
const std::string& GetSearchableFormEncoding() override;
ReloadType GetReloadType() override;
const GlobalRequestID& GetGlobalRequestID() override;
-
NavigationData* GetNavigationData() override;
+ bool IsCancellingForTesting() override;
// The NavigatorDelegate to notify/query for various navigation events.
// Normally this is the WebContents, except if this NavigationHandle was

Powered by Google App Engine
This is Rietveld 408576698