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

Unified Diff: content/browser/loader/DEPS

Issue 2484633004: Change Lo-Fi bool to bitmask to support multiple Previews types (Closed)
Patch Set: fix ContentResourceProviderTest Created 3 years, 11 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 2db051382500534c98a79bca0f26c8373419121d..fe785a44d40344a7d940f75148567c7c2763305b 100644
--- a/content/browser/loader/DEPS
+++ b/content/browser/loader/DEPS
@@ -118,6 +118,7 @@ specific_include_rules = {
"+content/public/browser/resource_dispatcher_host_delegate.h",
"+content/public/browser/resource_throttle.h",
"+content/public/browser/stream_info.h",
+ "+content/public/common/previews_state.h",
"+content/public/common/resource_response.h",
"+content/public/common/resource_type.h",
"+content/public/test/test_browser_context.h",
@@ -164,6 +165,7 @@ specific_include_rules = {
"+content/public/browser/resource_dispatcher_host_delegate.h",
"+content/public/browser/resource_request_info.h",
"+content/public/browser/resource_throttle.h",
+ "+content/public/common/previews_state.h",
# TODO: These all have to be removed.
"+content/browser/appcache/appcache_interceptor.h",
@@ -236,6 +238,7 @@ specific_include_rules = {
"+content/common/content_export.h",
"+content/public/browser/resource_dispatcher_host_login_delegate.h",
"+content/public/common/browser_side_navigation_policy.h",
+ "+content/public/common/previews_state.h",
"+content/public/common/resource_response.h",
"+content/public/common/resource_type.h",
@@ -265,6 +268,7 @@ specific_include_rules = {
"+content/common/url_loader.mojom.h",
"+content/public/browser/global_request_id.h",
"+content/public/browser/resource_request_info.h",
+ "+content/public/common/previews_state.h",
"+content/public/common/referrer.h",
"+content/public/common/resource_type.h",

Powered by Google App Engine
This is Rietveld 408576698