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

Side by Side Diff: trunk/src/chrome/browser/chromeos/input_method/input_method_whitelist.cc

Issue 12453021: Revert 190596 "Extract input_method_whitelist.{h|cc} from c/b/ch..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 8 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 #include "chrome/browser/chromeos/input_method/input_method_whitelist.h" 5 #include "chrome/browser/chromeos/input_method/input_method_whitelist.h"
6 6
7 #include <vector> 7 #include <vector>
8 8
9 #include "chrome/browser/chromeos/input_method/input_methods.h" 9 #include "chrome/browser/chromeos/input_method/input_methods.h"
10 #include "chromeos/ime/input_method_descriptor.h" 10 #include "chromeos/ime/input_method_descriptor.h"
(...skipping 25 matching lines...) Expand all
36 "", 36 "",
37 kInputMethods[i].xkb_layout_id, 37 kInputMethods[i].xkb_layout_id,
38 kInputMethods[i].language_code, 38 kInputMethods[i].language_code,
39 false)); 39 false));
40 } 40 }
41 return input_methods.Pass(); 41 return input_methods.Pass();
42 } 42 }
43 43
44 } // namespace input_method 44 } // namespace input_method
45 } // namespace chromeos 45 } // namespace chromeos
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698