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

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

Issue 820073009: Re-enables smart deploy by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 11 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/about_flags.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 18 matching lines...) Expand all
29 29
30 // Disabled overscrolling of web content when the virtual keyboard is displayed. 30 // Disabled overscrolling of web content when the virtual keyboard is displayed.
31 // If disabled, the work area is resized to restrict windows from overlapping 31 // If disabled, the work area is resized to restrict windows from overlapping
32 // with the keybaord area. 32 // with the keybaord area.
33 KEYBOARD_EXPORT extern const char kDisableVirtualKeyboardOverscroll[]; 33 KEYBOARD_EXPORT extern const char kDisableVirtualKeyboardOverscroll[];
34 34
35 // Enable overscrolling of web content when the virtual keyboard is displayed 35 // Enable overscrolling of web content when the virtual keyboard is displayed
36 // to provide access to content that would otherwise be occluded. 36 // to provide access to content that would otherwise be occluded.
37 KEYBOARD_EXPORT extern const char kEnableVirtualKeyboardOverscroll[]; 37 KEYBOARD_EXPORT extern const char kEnableVirtualKeyboardOverscroll[];
38 38
39 // Enable automatic showing/hiding of the keyboard based on the devices plugged 39 // Disable automatic showing/hiding of the keyboard based on the devices plugged
40 // in. 40 // in.
41 KEYBOARD_EXPORT extern const char kEnableAutoVirtualKeyboard[]; 41 KEYBOARD_EXPORT extern const char kDisableSmartVirtualKeyboard[];
42 42
43 } // namespace switches 43 } // namespace switches
44 } // namespace keyboard 44 } // namespace keyboard
45 45
46 #endif // UI_KEYBOARD_KEYBOARD_SWITCHES_H_ 46 #endif // UI_KEYBOARD_KEYBOARD_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | ui/keyboard/keyboard_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698