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

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

Issue 2869773003: Remove unused flag 'kDisableSmartVirtualKeyboard' and associated code. (Closed)
Patch Set: Fix accidental merge in the wrong direction 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.cc ('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 20 matching lines...) Expand all
31 KEYBOARD_EXPORT extern const char kEnableVirtualKeyboard[]; 31 KEYBOARD_EXPORT extern const char kEnableVirtualKeyboard[];
32 32
33 // Floating virtual keyboard flag. 33 // Floating virtual keyboard flag.
34 KEYBOARD_EXPORT extern const char kEnableFloatingVirtualKeyboard[]; 34 KEYBOARD_EXPORT extern const char kEnableFloatingVirtualKeyboard[];
35 35
36 // Disabled overscrolling of web content when the virtual keyboard is displayed. 36 // Disabled overscrolling of web content when the virtual keyboard is displayed.
37 // If disabled, the work area is resized to restrict windows from overlapping 37 // If disabled, the work area is resized to restrict windows from overlapping
38 // with the keybaord area. 38 // with the keybaord area.
39 KEYBOARD_EXPORT extern const char kDisableVirtualKeyboardOverscroll[]; 39 KEYBOARD_EXPORT extern const char kDisableVirtualKeyboardOverscroll[];
40 40
41 // Controls automatic showing/hiding of the keyboard based on the devices
42 // plugged in.
43 KEYBOARD_EXPORT extern const char kDisableSmartVirtualKeyboard[];
44
45 } // namespace switches 41 } // namespace switches
46 } // namespace keyboard 42 } // namespace keyboard
47 43
48 #endif // UI_KEYBOARD_KEYBOARD_SWITCHES_H_ 44 #endif // UI_KEYBOARD_KEYBOARD_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.cc ('k') | ui/keyboard/keyboard_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698