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

Unified Diff: blimp/engine/app/engine_settings.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: 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/engine/app/engine_settings.h ('k') | blimp/engine/app/settings_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/app/engine_settings.cc
diff --git a/blimp/engine/app/engine_settings.cc b/blimp/engine/app/engine_settings.cc
new file mode 100644
index 0000000000000000000000000000000000000000..1df31a8446d1aa0b5d99377be611c532c82ed687
--- /dev/null
+++ b/blimp/engine/app/engine_settings.cc
@@ -0,0 +1,17 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "blimp/engine/app/engine_settings.h"
+
+namespace blimp {
+namespace engine {
+
+EngineSettings::EngineSettings() : record_whole_document(false) {}
+
+EngineSettings::~EngineSettings() {}
+
+EngineSettings::EngineSettings(const EngineSettings& other) = default;
+
+} // namespace engine
+} // namespace blimp
« no previous file with comments | « blimp/engine/app/engine_settings.h ('k') | blimp/engine/app/settings_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698