Don't show supervised user as "already on this device" while they're being imported.
[chromium-blink-merge.git] / chrome / browser / ui / webui / options / chromeos / internet_options_handler_strings.h
blob2983f548e1b90d561b3208ea28c8ab97800e6781
1 // Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_INTERNET_OPTIONS_HANDLER_STRINGS_H_
6 #define CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_INTERNET_OPTIONS_HANDLER_STRINGS_H_
8 #include <string>
10 namespace base {
11 class DictionaryValue;
14 namespace chromeos {
15 namespace internet_options_strings {
17 void RegisterLocalizedStrings(base::DictionaryValue* localized_strings);
19 } // namespace internet_options_strings
20 } // namespace chromeos
22 #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_INTERNET_OPTIONS_HANDLER_STRINGS_H_