summaryrefslogtreecommitdiff
path: root/chromium/components/spellcheck/browser/pref_names.h
blob: be374e5dc8c453f3380258cd3f1c582ef6c0a1b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 kEnableSpellcheck[];
extern const char kSpellCheckDictionaries[];
extern const char kSpellCheckDictionary[];
extern const char kSpellCheckUseSpellingService[];

}  // namespace prefs
}  // namespace spellcheck

#endif  // COMPONENTS_SPELLCHECK_BROWSER_PREF_NAMES_H