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

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

Issue 2831233003: Remove ShouldBlockShelfAutoHide(). (Closed)
Patch Set: rename and rebase Created 3 years, 8 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 33a54ff44d32d7b582f54e33561d8ba3837e36d6..dab69662090a6c4b8f879f8c021a139a19ec0011 100644
--- a/ash/system/ime_menu/ime_menu_tray.h
+++ b/ash/system/ime_menu/ime_menu_tray.h
@@ -48,9 +48,6 @@ class ASH_EXPORT ImeMenuTray : public TrayBackgroundView,
// voice.
void ShowKeyboardWithKeyset(const std::string& keyset);
- // Returns true if it should block the auto hide behavior of the shelf.
- bool ShouldBlockShelfAutoHide() const;
-
// Returns true if the menu should show emoji, handwriting and voice buttons
// on the bottom. Otherwise, the menu will show a 'Customize...' bottom row
// for non-MD UI, and a Settings button in the title row for MD.
@@ -107,7 +104,6 @@ class ASH_EXPORT ImeMenuTray : public TrayBackgroundView,
IMEInfo current_ime_;
bool show_keyboard_;
bool force_show_keyboard_;
- bool should_block_shelf_auto_hide_;
bool keyboard_suppressed_;
bool show_bubble_after_keyboard_hidden_;
« 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