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

Unified Diff: chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc

Issue 98703003: Mode Indicator using BubbleDelegateView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years 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: chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
diff --git a/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc b/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
index c26134e47d7df551ce0e92f6a802f1d20d828306..a49b55f7386b907970b7923fb3e933a039873c14 100644
--- a/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
+++ b/chrome/browser/chromeos/input_method/candidate_window_controller_impl.cc
@@ -17,7 +17,6 @@
#include "chrome/browser/chromeos/input_method/delayable_widget.h"
#include "chrome/browser/chromeos/input_method/infolist_window_view.h"
#include "chrome/browser/chromeos/input_method/mode_indicator_controller.h"
-#include "chrome/browser/chromeos/input_method/mode_indicator_widget.h"
#include "ui/views/widget/widget.h"
@@ -83,7 +82,7 @@ void CandidateWindowControllerImpl::CreateView() {
// Create the mode indicator controller.
mode_indicator_controller_.reset(
- new ModeIndicatorController(new ModeIndicatorWidget));
+ new ModeIndicatorController(InputMethodManager::Get()));
}
void CandidateWindowControllerImpl::Hide() {

Powered by Google App Engine
This is Rietveld 408576698