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

Unified Diff: content/public/common/previews_state.h

Issue 2910783002: Adds Lo-Fi fallback support for new Data Reduction Proxy protocol. (Closed)
Patch Set: Renamed helper method from Update* to Get* Created 3 years, 6 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
« no previous file with comments | « no previous file | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/previews_state.h
diff --git a/content/public/common/previews_state.h b/content/public/common/previews_state.h
index 74e4f39ba4d6aa64e969c20345b42c49b69385ad..7becf1ccd0aba6d38b955e2342d8d3fcb49f2e54 100644
--- a/content/public/common/previews_state.h
+++ b/content/public/common/previews_state.h
@@ -14,12 +14,6 @@
namespace content {
-// Chrome Proxy Previews header and directives.
-const char kChromeProxyContentTransformHeader[] =
- "chrome-proxy-content-transform";
-const char kChromeProxyEmptyImageDirective[] = "empty-image";
-const char kChromeProxyLitePageDirective[] = "lite-page";
-
typedef int PreviewsState;
// The Previews types which determines whether to request a Preview version of
« no previous file with comments | « no previous file | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698