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

Side by Side Diff: chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.h

Issue 12453011: Move InputMethodManager to chromeos/ime (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_CROS_LANGUAGE_OPTIONS_HANDLER_H _ 5 #ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_CROS_LANGUAGE_OPTIONS_HANDLER_H _
6 #define CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_CROS_LANGUAGE_OPTIONS_HANDLER_H _ 6 #define CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_CROS_LANGUAGE_OPTIONS_HANDLER_H _
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "chrome/browser/chromeos/input_method/input_method_descriptor.h"
10 #include "chrome/browser/ui/webui/options/language_options_handler.h" 9 #include "chrome/browser/ui/webui/options/language_options_handler.h"
10 #include "chromeos/ime/input_method_descriptor.h"
11 11
12 namespace chromeos { 12 namespace chromeos {
13 namespace options { 13 namespace options {
14 14
15 // Language options page UI handler for Chrome OS. For non-Chrome OS, 15 // Language options page UI handler for Chrome OS. For non-Chrome OS,
16 // see LanguageOptionsHnadler. 16 // see LanguageOptionsHnadler.
17 class CrosLanguageOptionsHandler 17 class CrosLanguageOptionsHandler
18 : public ::options::LanguageOptionsHandlerCommon { 18 : public ::options::LanguageOptionsHandlerCommon {
19 public: 19 public:
20 CrosLanguageOptionsHandler(); 20 CrosLanguageOptionsHandler();
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 // |args| will contain the input method ID as string (ex. "mozc"). 72 // |args| will contain the input method ID as string (ex. "mozc").
73 void InputMethodOptionsOpenCallback(const base::ListValue* args); 73 void InputMethodOptionsOpenCallback(const base::ListValue* args);
74 74
75 DISALLOW_COPY_AND_ASSIGN(CrosLanguageOptionsHandler); 75 DISALLOW_COPY_AND_ASSIGN(CrosLanguageOptionsHandler);
76 }; 76 };
77 77
78 } // namespace options 78 } // namespace options
79 } // namespace chromeos 79 } // namespace chromeos
80 80
81 #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_CROS_LANGUAGE_OPTIONS_HANDLE R_H_ 81 #endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_CHROMEOS_CROS_LANGUAGE_OPTIONS_HANDLE R_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698