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

Unified Diff: content/browser/loader/DEPS

Issue 2239273002: Don't use SSLStatus from FrameHostMsg_DidCommitProvisionalLoad and instead cache it on the browser … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and comments Created 4 years, 4 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/loader/DEPS
diff --git a/content/browser/loader/DEPS b/content/browser/loader/DEPS
index 8d4baeb26629606d23eb9a6d4ae31ee49d0b45cc..081dacd731207b07798b76cfd897a60977dc9944 100644
--- a/content/browser/loader/DEPS
+++ b/content/browser/loader/DEPS
@@ -241,6 +241,16 @@ specific_include_rules = {
"+content/public/common/content_switches.h",
"+content/public/common/process_type.h",
"+content/public/common/security_style.h",
+
+
+ # temp for try run
+ "+content/browser/frame_host/frame_tree.h",
+ "+content/browser/frame_host/frame_tree_node.h",
+ "+content/browser/frame_host/render_frame_host_impl.h",
+ "+content/browser/frame_host/render_frame_host_manager.h",
+ "+content/browser/web_contents/web_contents_impl.h",
+ "+content/public/browser/navigation_controller.h",
+ "+content/public/browser/navigation_entry.h",
],
"resource_handler_delegate\.h": [
"-content",

Powered by Google App Engine
This is Rietveld 408576698