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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller.h

Issue 320223002: Add device policy: Kiosk Virtual Keyboard Layout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt # 2 Created 6 years, 6 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
Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
index 9c448b66be6ad31ecdb41ade70f45879f40513bd..2a71212ca70ad93842b31ac2a4b1e58919b2ae7a 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -466,6 +466,9 @@ class ChromeLauncherController : public ash::ShelfDelegate,
// Sets both of auto-hide behavior and alignment from prefs.
void SetShelfBehaviorsFromPrefs();
+ // Sets whether the virtual keyboard is enabled from prefs.
+ void SetVirtualKeyboardBehaviorFromPrefs();
+
// Returns the shelf item status for the given |app_id|, which can be either
// STATUS_ACTIVE (if the app is active), STATUS_RUNNING (if there is such an
// app) or STATUS_CLOSED.

Powered by Google App Engine
This is Rietveld 408576698