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

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

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: 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
Index: blimp/client/app/blimp_client_switches.cc
diff --git a/blimp/client/app/blimp_client_switches.cc b/blimp/client/app/blimp_client_switches.cc
index da7dcdaf90c3d1672fecc614a0a3381a2c00f144..4128d88fa39852b1e7638ed024289e9edf1b665e 100644
--- a/blimp/client/app/blimp_client_switches.cc
+++ b/blimp/client/app/blimp_client_switches.cc
@@ -15,5 +15,7 @@ const char kEnginePort[] = "engine-port";
const char kEngineTransport[] = "engine-transport";
+const char kDownloadWholeDocument[] = "download-whole-document";
+
} // namespace switches
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698