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

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

Issue 2349073002: Blimp Settings framework on the c++ side (Closed)
Patch Set: Remove OnRecordWholeDocumentChanged from SettingsObserver and SettingsFeature 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/contents/mock_ime_feature_delegate.cc b/blimp/client/core/settings/settings_prefs.cc
similarity index 50%
copy from blimp/client/core/contents/mock_ime_feature_delegate.cc
copy to blimp/client/core/settings/settings_prefs.cc
index eeefb278a94e5a552e1896ae622987fa857b6c7a..738a017ec2c4b018ba4784934e37f75d81528c40 100644
--- a/blimp/client/core/contents/mock_ime_feature_delegate.cc
+++ b/blimp/client/core/settings/settings_prefs.cc
@@ -2,17 +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/contents/mock_ime_feature_delegate.h"
-
-#include "third_party/skia/include/core/SkBitmap.h"
-#include "url/gurl.h"
+#include "blimp/client/core/settings/settings_prefs.h"
namespace blimp {
namespace client {
+namespace prefs {
-MockImeFeatureDelegate::MockImeFeatureDelegate() {}
+const char kBlimpEnabled[] = "blimp.blimp_enabled";
-MockImeFeatureDelegate::~MockImeFeatureDelegate() {}
+const char kRecordWholeDocument[] = "blimp.record_whole_document";
+} // namespace prefs
} // namespace client
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698