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

Unified Diff: content/browser/devtools/page_navigation_throttle.cc

Issue 2548263002: [DevTools] Migrate dom, emulation, inspector, network, page and schema handlers to new generator. (Closed)
Patch Set: rebased atop of roll Created 4 years 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/devtools/page_navigation_throttle.cc
diff --git a/content/browser/devtools/page_navigation_throttle.cc b/content/browser/devtools/page_navigation_throttle.cc
index 3b1e9e5f3adc3f3b54c310a5d5e1a88b9870ee49..5f9e58ed5fb922df0697f79ae1ae426b7bd32bb3 100644
--- a/content/browser/devtools/page_navigation_throttle.cc
+++ b/content/browser/devtools/page_navigation_throttle.cc
@@ -11,10 +11,9 @@
#include "content/public/browser/web_contents.h"
namespace content {
-namespace devtools {
PageNavigationThrottle::PageNavigationThrottle(
- base::WeakPtr<page::PageHandler> page_handler,
+ base::WeakPtr<protocol::PageHandler> page_handler,
int navigation_id,
content::NavigationHandle* navigation_handle)
: content::NavigationThrottle(navigation_handle),
@@ -75,5 +74,4 @@ void PageNavigationThrottle::CancelDeferredNavigation(
// the line above.
}
-} // namespace devtools
} // namespace content
« no previous file with comments | « content/browser/devtools/page_navigation_throttle.h ('k') | content/browser/devtools/protocol/color_picker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698