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

Unified Diff: blimp/client/core/settings/settings_prefs.cc

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: fix trybot error Created 4 years, 2 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/core/settings/settings_prefs.cc
diff --git a/blimp/client/core/render_widget/mock_render_widget_feature.cc b/blimp/client/core/settings/settings_prefs.cc
similarity index 54%
copy from blimp/client/core/render_widget/mock_render_widget_feature.cc
copy to blimp/client/core/settings/settings_prefs.cc
index f3dfa4d24b83ea794bf1eb2f7586436b7a366410..738a017ec2c4b018ba4784934e37f75d81528c40 100644
--- a/blimp/client/core/render_widget/mock_render_widget_feature.cc
+++ b/blimp/client/core/settings/settings_prefs.cc
@@ -2,14 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "blimp/client/core/render_widget/mock_render_widget_feature.h"
+#include "blimp/client/core/settings/settings_prefs.h"
namespace blimp {
namespace client {
+namespace prefs {
-MockRenderWidgetFeature::MockRenderWidgetFeature() = default;
+const char kBlimpEnabled[] = "blimp.blimp_enabled";
-MockRenderWidgetFeature::~MockRenderWidgetFeature() = default;
+const char kRecordWholeDocument[] = "blimp.record_whole_document";
+} // namespace prefs
} // namespace client
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698