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

Side by Side Diff: chrome/browser/flag_descriptions.cc

Issue 2871243003: Enable new-virtual-keyboard-behavior flag by default. (Closed)
Patch Set: keep sorted the declarations 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
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 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 #include "chrome/browser/flag_descriptions.h" 5 #include "chrome/browser/flag_descriptions.h"
6 6
7 namespace flag_descriptions { 7 namespace flag_descriptions {
8 8
9 // Material Design version of chrome://bookmarks 9 // Material Design version of chrome://bookmarks
10 10
(...skipping 3132 matching lines...) Expand 10 before | Expand all | Expand 10 after
3143 "search engine."; 3143 "search engine.";
3144 3144
3145 #endif // !defined(OS_ANDROID) && !defined(OS_IOS) 3145 #endif // !defined(OS_ANDROID) && !defined(OS_IOS)
3146 3146
3147 #if defined(OS_MACOSX) 3147 #if defined(OS_MACOSX)
3148 extern const char kMacRTLName[] = "Enable RTL"; 3148 extern const char kMacRTLName[] = "Enable RTL";
3149 extern const char kMacRTLDescription[] = 3149 extern const char kMacRTLDescription[] =
3150 "Mirrors the UI for RTL language users"; 3150 "Mirrors the UI for RTL language users";
3151 #endif 3151 #endif
3152 3152
3153 #if defined(OS_CHROMEOS)
3154
3155 const char kDisableNewVirtualKeyboardBehaviorName[] =
3156 "New window behavior for the accessibility keyboard";
3157 const char kDisableNewVirtualKeyboardBehaviorDescription[] =
3158 "Disable new window behavior for the accessibility keyboard "
3159 "in non-sticky mode (do not change work area in non-sticky mode).";
3160
3161 #endif // defined(OS_CHROMEOS)
3162
3153 } // namespace flag_descriptions 3163 } // namespace flag_descriptions
OLDNEW
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | content/browser/renderer_host/render_widget_host_view_aura_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698