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

Unified Diff: blimp/engine/app/engine_settings.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/engine/app/blimp_content_browser_client.cc ('k') | blimp/engine/app/engine_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/app/engine_settings.h
diff --git a/blimp/engine/app/engine_settings.h b/blimp/engine/app/engine_settings.h
new file mode 100644
index 0000000000000000000000000000000000000000..99d5663a4a2c7a3d741c07de849a48290d8267d2
--- /dev/null
+++ b/blimp/engine/app/engine_settings.h
@@ -0,0 +1,23 @@
+// 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.
+
+#ifndef BLIMP_ENGINE_APP_ENGINE_SETTINGS_H_
+#define BLIMP_ENGINE_APP_ENGINE_SETTINGS_H_
+
+namespace blimp {
+namespace engine {
+
+struct EngineSettings {
+ // -------WebPreferences-------
+ bool record_whole_document;
+
+ EngineSettings();
+ EngineSettings(const EngineSettings& other);
+ ~EngineSettings();
+};
+
+} // namespace engine
+} // namespace blimp
+
+#endif // BLIMP_ENGINE_APP_ENGINE_SETTINGS_H_
« no previous file with comments | « blimp/engine/app/blimp_content_browser_client.cc ('k') | blimp/engine/app/engine_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698