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

Side by Side Diff: chrome/browser/chromeos/extensions/input_method_api.h

Issue 64273006: Move ExtensionFunction to the extensions component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_CHROMEOS_EXTENSIONS_INPUT_METHOD_API_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_EXTENSIONS_INPUT_METHOD_API_H_
6 #define CHROME_BROWSER_CHROMEOS_EXTENSIONS_INPUT_METHOD_API_H_ 6 #define CHROME_BROWSER_CHROMEOS_EXTENSIONS_INPUT_METHOD_API_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "chrome/browser/extensions/api/profile_keyed_api_factory.h" 10 #include "chrome/browser/extensions/api/profile_keyed_api_factory.h"
11 #include "chrome/browser/extensions/event_router.h" 11 #include "chrome/browser/extensions/event_router.h"
12 #include "chrome/browser/extensions/extension_function.h" 12 #include "extensions/browser/extension_function.h"
13 13
14 namespace chromeos { 14 namespace chromeos {
15 class ExtensionInputMethodEventRouter; 15 class ExtensionInputMethodEventRouter;
16 } 16 }
17 17
18 namespace extensions { 18 namespace extensions {
19 19
20 // Implements the experimental.inputMethod.get method. 20 // Implements the experimental.inputMethod.get method.
21 class GetInputMethodFunction : public SyncExtensionFunction { 21 class GetInputMethodFunction : public SyncExtensionFunction {
22 public: 22 public:
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 // Created lazily upon OnListenerAdded. 81 // Created lazily upon OnListenerAdded.
82 scoped_ptr<chromeos::ExtensionInputMethodEventRouter> 82 scoped_ptr<chromeos::ExtensionInputMethodEventRouter>
83 input_method_event_router_; 83 input_method_event_router_;
84 84
85 DISALLOW_COPY_AND_ASSIGN(InputMethodAPI); 85 DISALLOW_COPY_AND_ASSIGN(InputMethodAPI);
86 }; 86 };
87 87
88 } // namespace extensions 88 } // namespace extensions
89 89
90 #endif // CHROME_BROWSER_CHROMEOS_EXTENSIONS_INPUT_METHOD_API_H_ 90 #endif // CHROME_BROWSER_CHROMEOS_EXTENSIONS_INPUT_METHOD_API_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/extensions/info_private_api.h ('k') | chrome/browser/chromeos/extensions/media_player_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698