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

Unified Diff: trunk/src/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc

Issue 167823002: Revert 251327 "Reland of: Split out InputMethodMenuManager from ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: trunk/src/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc (revision 251433)
+++ trunk/src/chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc (working copy)
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/ime/input_method_menu_item.h"
-#include "ash/ime/input_method_menu_manager.h"
#include "base/bind_helpers.h"
#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/extensions/extension_browsertest.h"
@@ -802,9 +800,8 @@
ASSERT_TRUE(content::ExecuteScript(
host->host_contents(), set_menu_item_test_script));
- const ash::ime::InputMethodMenuItemList& props =
- ash::ime::InputMethodMenuManager::GetInstance()->
- GetCurrentInputMethodMenuItemList();
+ const InputMethodPropertyList& props =
+ InputMethodManager::Get()->GetCurrentInputMethodProperties();
ASSERT_EQ(5U, props.size());
EXPECT_EQ("ID0", props[0].key);

Powered by Google App Engine
This is Rietveld 408576698