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

Unified Diff: content/browser/loader/DEPS

Issue 2484633004: Change Lo-Fi bool to bitmask to support multiple Previews types (Closed)
Patch Set: rebase 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/loader/DEPS
diff --git a/content/browser/loader/DEPS b/content/browser/loader/DEPS
index c927c38a4ef4487af32b2fb833795555cc705d19..25df22d4c4b0aebf7c6b1b1f9a388c981b8253c6 100644
--- a/content/browser/loader/DEPS
+++ b/content/browser/loader/DEPS
@@ -117,6 +117,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",
@@ -163,6 +164,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",
@@ -235,6 +237,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",
@@ -264,6 +267,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