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

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

Issue 2132673002: Adding Navigation Throttles to DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove print Created 4 years, 5 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 cee19438d46ac62872ff2f6d28ec9040e836a421..ac7680ab0ba80d7ac6dc5ac172a9e09363bb604b 100644
--- a/content/browser/frame_host/navigation_handle_impl.h
+++ b/content/browser/frame_host/navigation_handle_impl.h
@@ -261,6 +261,9 @@ class CONTENT_EXPORT NavigationHandleImpl : public NavigationHandle {
// Used in tests.
State state() const { return state_; }
+ // Populates |throttles_| with the throttles for this navigation.
+ void RegisterNavigationThrottles();
+
// See NavigationHandle for a description of those member variables.
GURL url_;
Referrer sanitized_referrer_;
« no previous file with comments | « content/browser/devtools/render_frame_devtools_agent_host.cc ('k') | content/browser/frame_host/navigation_handle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698