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

Unified Diff: blimp/engine/app/engine_settings.h

Issue 2629743003: Remove all blimp engine code (Closed)
Patch Set: Use consistent comment style in //chrome Created 3 years, 11 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_url_request_context_getter.cc ('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.h
diff --git a/blimp/engine/app/engine_settings.h b/blimp/engine/app/engine_settings.h
deleted file mode 100644
index c80f458e8325daa84aea83e7d8f3d408abd0bd4f..0000000000000000000000000000000000000000
--- a/blimp/engine/app/engine_settings.h
+++ /dev/null
@@ -1,38 +0,0 @@
-// 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_
-
-#include "content/public/common/web_preferences.h"
-
-namespace blimp {
-namespace engine {
-
-// The EngineSettings includes all parameters which are configured for the
-// BlimpEngine and can be set by the client. This includes the values for
-// content::WebPreferences which override the default values.
-struct EngineSettings {
- EngineSettings() {}
-
- // -------WebPreferences-------
- // These members mirror the parameters in content::WebPreferences. See
- // content/public/common/web_preferences.h for details.
-
- bool record_whole_document = false;
-
- // Disable animation in images by default.
- content::ImageAnimationPolicy animation_policy =
- content::ImageAnimationPolicy::IMAGE_ANIMATION_POLICY_NO_ANIMATION;
-
- bool viewport_meta_enabled = true;
- bool shrinks_viewport_contents_to_fit = true;
- float default_minimum_page_scale_factor = 0.25f;
- float default_maximum_page_scale_factor = 5.f;
-};
-
-} // namespace engine
-} // namespace blimp
-
-#endif // BLIMP_ENGINE_APP_ENGINE_SETTINGS_H_
« no previous file with comments | « blimp/engine/app/blimp_url_request_context_getter.cc ('k') | blimp/engine/app/settings_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698