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

Unified Diff: components/spellcheck/browser/pref_names.h

Issue 2244083002: Componentize spellcheck [4]: spellcheck/browser and android java-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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: components/spellcheck/browser/pref_names.h
diff --git a/components/spellcheck/browser/pref_names.h b/components/spellcheck/browser/pref_names.h
new file mode 100644
index 0000000000000000000000000000000000000000..7ebea99abb3ed5e45e2987c7ca5df1ac274cdf2a
--- /dev/null
+++ b/components/spellcheck/browser/pref_names.h
@@ -0,0 +1,19 @@
+// 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 COMPONENTS_SPELLCHECK_BROWSER_PREF_NAMES_H
+#define COMPONENTS_SPELLCHECK_BROWSER_PREF_NAMES_H
+
+namespace spellcheck {
+namespace prefs {
+
+extern const char kEnableContinuousSpellcheck[];
+extern const char kSpellCheckDictionaries[];
+extern const char kSpellCheckDictionary[];
+extern const char kSpellCheckUseSpellingService[];
+
+} // namespace prefs
+} // namespace spellcheck
+
+#endif // COMPONENTS_SPELLCHECK_BROWSER_PREF_NAMES_H

Powered by Google App Engine
This is Rietveld 408576698