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

Side by Side Diff: ui/keyboard/keyboard_switches.h

Issue 1149383006: Move smart deploy to tristate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change histogram id. Created 5 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 unified diff | Download patch
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/keyboard/keyboard_switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_KEYBOARD_KEYBOARD_SWITCHES_H_ 5 #ifndef UI_KEYBOARD_KEYBOARD_SWITCHES_H_
6 #define UI_KEYBOARD_KEYBOARD_SWITCHES_H_ 6 #define UI_KEYBOARD_KEYBOARD_SWITCHES_H_
7 7
8 #include "ui/keyboard/keyboard_export.h" 8 #include "ui/keyboard/keyboard_export.h"
9 9
10 namespace keyboard { 10 namespace keyboard {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 63
64 // Disabled overscrolling of web content when the virtual keyboard is displayed. 64 // Disabled overscrolling of web content when the virtual keyboard is displayed.
65 // If disabled, the work area is resized to restrict windows from overlapping 65 // If disabled, the work area is resized to restrict windows from overlapping
66 // with the keybaord area. 66 // with the keybaord area.
67 KEYBOARD_EXPORT extern const char kDisableVirtualKeyboardOverscroll[]; 67 KEYBOARD_EXPORT extern const char kDisableVirtualKeyboardOverscroll[];
68 68
69 // Enable overscrolling of web content when the virtual keyboard is displayed 69 // Enable overscrolling of web content when the virtual keyboard is displayed
70 // to provide access to content that would otherwise be occluded. 70 // to provide access to content that would otherwise be occluded.
71 KEYBOARD_EXPORT extern const char kEnableVirtualKeyboardOverscroll[]; 71 KEYBOARD_EXPORT extern const char kEnableVirtualKeyboardOverscroll[];
72 72
73 // Disable automatic showing/hiding of the keyboard based on the devices plugged 73 // Controls automatic showing/hiding of the keyboard based on the devices
74 // in. 74 // plugged in.
75 KEYBOARD_EXPORT extern const char kDisableSmartVirtualKeyboard[]; 75 KEYBOARD_EXPORT extern const char kSmartVirtualKeyboard[];
76
77 // Enables smart deploy for the virtual keyboard.
78 KEYBOARD_EXPORT extern const char kSmartVirtualKeyboardEnabled[];
79
80 // Disables smart deploy for the virtual keyboard.
81 KEYBOARD_EXPORT extern const char kSmartVirtualKeyboardDisabled[];
76 82
77 } // namespace switches 83 } // namespace switches
78 } // namespace keyboard 84 } // namespace keyboard
79 85
80 #endif // UI_KEYBOARD_KEYBOARD_SWITCHES_H_ 86 #endif // UI_KEYBOARD_KEYBOARD_SWITCHES_H_
OLDNEW
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/keyboard/keyboard_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698