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

Unified Diff: ui/base/win/osk_display_manager.h

Issue 2971363002: Detect if osk is visible on windows (Closed)
Patch Set: Refactoring base function Created 3 years, 5 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 | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | ui/base/win/osk_display_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/win/osk_display_manager.h
diff --git a/ui/base/win/osk_display_manager.h b/ui/base/win/osk_display_manager.h
index 111111fe92d7680fa80c756900657b1d5e461d6a..b5392c4b68649bde1dc5803a1e4ff21c7a9af919 100644
--- a/ui/base/win/osk_display_manager.h
+++ b/ui/base/win/osk_display_manager.h
@@ -41,6 +41,9 @@ class UI_BASE_EXPORT OnScreenKeyboardDisplayManager {
// Returns true on success.
bool GetOSKPath(base::string16* osk_path);
+ // Returns true if the virtual keyboard is currently visible.
+ bool IsKeyboardVisible() const;
+
private:
OnScreenKeyboardDisplayManager();
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | ui/base/win/osk_display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698