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

Unified Diff: ash/system/ime_menu/ime_menu_tray.h

Issue 2884873002: Post the task of disabling virtual keyboard (Closed)
Patch Set: Created 3 years, 7 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 | ash/system/ime_menu/ime_menu_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/ime_menu/ime_menu_tray.h
diff --git a/ash/system/ime_menu/ime_menu_tray.h b/ash/system/ime_menu/ime_menu_tray.h
index dab69662090a6c4b8f879f8c021a139a19ec0011..1bf5a1abbf79da1b783167096afdf1619ad971d3 100644
--- a/ash/system/ime_menu/ime_menu_tray.h
+++ b/ash/system/ime_menu/ime_menu_tray.h
@@ -96,6 +96,9 @@ class ASH_EXPORT ImeMenuTray : public TrayBackgroundView,
// Updates the text of the label on the tray.
void UpdateTrayLabel();
+ // Disables the virtual keyboard.
+ void DisableVirtualKeyboard();
+
// Bubble for default and detailed views.
std::unique_ptr<TrayBubbleWrapper> bubble_;
ImeListView* ime_list_view_;
@@ -107,6 +110,8 @@ class ASH_EXPORT ImeMenuTray : public TrayBackgroundView,
bool keyboard_suppressed_;
bool show_bubble_after_keyboard_hidden_;
+ base::WeakPtrFactory<ImeMenuTray> weak_ptr_factory_;
+
DISALLOW_COPY_AND_ASSIGN(ImeMenuTray);
};
« no previous file with comments | « no previous file | ash/system/ime_menu/ime_menu_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698