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

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, review 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 37d5e4daee4eb005c20af285fb6750fbdb62dc42..0718d9bc3b23c5aa34d86faa1922f72453ed20c5 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);
+ explicit InputMethodMenu(bool for_out_of_box_experience_dialog);
Nikita (slow) 2012/03/14 11:31:06 nit: for_out_of_box_experience_dialog > for_login_
Yusuke Sato 2012/03/14 14:50:58 Thanks. I noticed that the variable was actually n
virtual ~InputMethodMenu();
// ui::MenuModel implementation.
@@ -197,7 +196,6 @@ 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
« 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