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

Unified Diff: blimp/client/app/blimp_client_switches.h

Issue 1810213009: blimp: Add settings to allow the client to download the whole page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@record_full_document
Patch Set: Use ContentBrowserClient to override prefs. Created 4 years, 9 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 | « blimp/client/BUILD.gn ('k') | blimp/client/app/blimp_client_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/blimp_client_switches.h
diff --git a/blimp/client/app/blimp_client_switches.h b/blimp/client/app/blimp_client_switches.h
index b06958f247f587bdd660a16bca06460ced5c9cb2..108cf0181c902a1f06a8d321ad83201696a662d0 100644
--- a/blimp/client/app/blimp_client_switches.h
+++ b/blimp/client/app/blimp_client_switches.h
@@ -30,6 +30,9 @@ extern const char kEnginePort[];
// Must be used in conjunction with --engine-ip and --engine-port.
extern const char kEngineTransport[];
+// Enables downloading the complete page from the engine.
+extern const char kDownloadWholeDocument[];
+
} // namespace switches
} // namespace blimp
« no previous file with comments | « blimp/client/BUILD.gn ('k') | blimp/client/app/blimp_client_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698