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

Unified Diff: content/browser/renderer_host/DEPS

Issue 26316005: Move out DidStartProvisionalLoad from WebContentsImpl into Navigator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove DCHECK, hits too often in unit tests. Created 7 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/renderer_host/DEPS
diff --git a/content/browser/renderer_host/DEPS b/content/browser/renderer_host/DEPS
index 1d612c4622902eafb2bd0962279953015dfcf087..77332a1f91e07adead2875c3ff7ce8e9f17e8e66 100644
--- a/content/browser/renderer_host/DEPS
+++ b/content/browser/renderer_host/DEPS
@@ -22,6 +22,9 @@ specific_include_rules = {
"+content/public/browser/web_contents_view.h",
"+media/filters",
],
+ "test_render_view_host\.h": [
+ "+content/browser/frame_host/test_render_frame_host.h",
Charlie Reis 2013/12/10 01:20:51 I don't understand this rule. test_render_view_ho
nasko 2013/12/10 01:36:50 The test file moved while I was working on this, s
+ ],
"render_sandbox_host_linux\.cc": [
"+third_party/WebKit/public/platform/linux/WebFontInfo.h",
"+third_party/WebKit/public/web/WebKit.h",

Powered by Google App Engine
This is Rietveld 408576698