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

Side by Side Diff: chrome/browser/extensions/extension_input_method_apitest.cc

Issue 8619007: Revert "Move a bunch of ChromeOS APIs out of chrome/browser/extensions." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 #include "chrome/browser/extensions/extension_apitest.h" 5 #include "chrome/browser/extensions/extension_apitest.h"
6 6
7 #include "base/stringprintf.h" 7 #include "base/stringprintf.h"
8 #include "chrome/browser/chromeos/extensions/input_method_event_router.h" 8 #include "chrome/browser/chromeos/extensions/input_method_event_router.h"
9 #include "chrome/browser/chromeos/input_method/input_method_manager.h" 9 #include "chrome/browser/chromeos/input_method/input_method_manager.h"
10 #include "chrome/browser/extensions/extension_test_api.h" 10 #include "chrome/browser/extensions/extension_test_api.h"
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 }; 60 };
61 61
62 } // namespace 62 } // namespace
63 63
64 IN_PROC_BROWSER_TEST_F(ExtensionApiTest, InputMethodApiBasic) { 64 IN_PROC_BROWSER_TEST_F(ExtensionApiTest, InputMethodApiBasic) {
65 // Two test, two calls. See JS code for more info. 65 // Two test, two calls. See JS code for more info.
66 SetInputMethodListener listener(2); 66 SetInputMethodListener listener(2);
67 67
68 ASSERT_TRUE(RunExtensionTest("input_method")) << message_; 68 ASSERT_TRUE(RunExtensionTest("input_method")) << message_;
69 } 69 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_input_method_api.cc ('k') | chrome/browser/extensions/extension_mediaplayer_private_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698