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

Unified Diff: chrome/browser/chromeos/status/input_method_menu.h

Issue 9651023: Get the ProfileService object after NOTIFICATION_SESSION_STARTED is sent to Chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/status/input_method_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/status/input_method_menu.h
diff --git a/chrome/browser/chromeos/status/input_method_menu.h b/chrome/browser/chromeos/status/input_method_menu.h
index 92a2227876a0ad0b5877897b349ef520831fbfa9..653d8870352c0132adc247df3aeb37cb2a376f17 100644
--- a/chrome/browser/chromeos/status/input_method_menu.h
+++ b/chrome/browser/chromeos/status/input_method_menu.h
@@ -44,8 +44,7 @@ class InputMethodMenu
public input_method::InputMethodManager::PreferenceObserver,
public content::NotificationObserver {
public:
- InputMethodMenu(PrefService* pref_service,
- bool for_out_of_box_experience_dialog);
+ InputMethodMenu();
virtual ~InputMethodMenu();
// ui::MenuModel implementation.
@@ -197,13 +196,8 @@ class InputMethodMenu
// Menu alignment (default TOPRIGHT).
views::MenuItemView::AnchorPosition menu_alignment_;
- PrefService* pref_service_;
content::NotificationRegistrar registrar_;
- // true if the menu is for a dialog in OOBE screen. In the dialog, we don't
- // use radio buttons.
- const bool for_out_of_box_experience_dialog_;
-
DISALLOW_COPY_AND_ASSIGN(InputMethodMenu);
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/status/input_method_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698