| Index: chrome/test/data/extensions/api_test/input_method/background.js
|
| diff --git a/chrome/test/data/extensions/api_test/input_method/background.js b/chrome/test/data/extensions/api_test/input_method/background.js
|
| index 1f520e63e81acdf03668dd39a348ac445a0747a9..ceebc03e772c1dbedb80872698977603072c3eef 100644
|
| --- a/chrome/test/data/extensions/api_test/input_method/background.js
|
| +++ b/chrome/test/data/extensions/api_test/input_method/background.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -var kNewInputMethod = "ru::rus";
|
| +var kNewInputMethod = "fr::fra";
|
|
|
| function setAndGetTest() {
|
| console.log('Changing input method to: ' + kNewInputMethod);
|
|
|