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

Unified Diff: components/navigation_interception.gypi

Issue 1269813002: Add a NavigationThrottle to the public content/ interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@navigation-api
Patch Set: Addressed comments Created 5 years, 3 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: components/navigation_interception.gypi
diff --git a/components/navigation_interception.gypi b/components/navigation_interception.gypi
index 35112010a033caa663f23f8288ad2b92a3a6b7b3..7ccc4cd80d63f089c3eb5f7028b90907b17cef94 100644
--- a/components/navigation_interception.gypi
+++ b/components/navigation_interception.gypi
@@ -23,8 +23,8 @@
],
'sources': [
# Note: sources list duplicated in GN build.
- 'navigation_interception/intercept_navigation_resource_throttle.cc',
- 'navigation_interception/intercept_navigation_resource_throttle.h',
+ 'navigation_interception/intercept_navigation_throttle.cc',
+ 'navigation_interception/intercept_navigation_throttle.h',
'navigation_interception/navigation_params.cc',
'navigation_interception/navigation_params.h',
],

Powered by Google App Engine
This is Rietveld 408576698