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

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

Issue 2762123006: Android Autofill Accessibility, Phase I (Closed)
Patch Set: Move kAndroidAutofillAccessibility feature under OS_ANDROID. Created 3 years, 8 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') | chrome/browser/flag_descriptions.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 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 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 5 #ifndef CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 6 #define CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
7 7
8 // Includes needed for macros allowing conditional compilation of some strings. 8 // Includes needed for macros allowing conditional compilation of some strings.
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "build/buildflag.h" 10 #include "build/buildflag.h"
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 extern const char kBypassAppBannerEngagementChecksDescription[]; 289 extern const char kBypassAppBannerEngagementChecksDescription[];
290 290
291 #if defined(OS_ANDROID) 291 #if defined(OS_ANDROID)
292 292
293 // Name of the flag to enable the accessibility tab switcher. 293 // Name of the flag to enable the accessibility tab switcher.
294 extern const char kAccessibilityTabSwitcherName[]; 294 extern const char kAccessibilityTabSwitcherName[];
295 295
296 // Description of the flag to enable the accessibility tab switcher. 296 // Description of the flag to enable the accessibility tab switcher.
297 extern const char kAccessibilityTabSwitcherDescription[]; 297 extern const char kAccessibilityTabSwitcherDescription[];
298 298
299 // Name of the flag to enable autofill accessibility.
300 extern const char kAndroidAutofillAccessibilityName[];
301
302 // Description of the flag to enable autofill accessibility.
303 extern const char kAndroidAutofillAccessibilityDescription[];
304
299 // Name of the flag to enable the physical web feature. 305 // Name of the flag to enable the physical web feature.
300 extern const char kEnablePhysicalWebName[]; 306 extern const char kEnablePhysicalWebName[];
301 307
302 // Description of the flag to enable the physical web feature. 308 // Description of the flag to enable the physical web feature.
303 extern const char kEnablePhysicalWebDescription[]; 309 extern const char kEnablePhysicalWebDescription[];
304 310
305 #endif // defined(OS_ANDROID) 311 #endif // defined(OS_ANDROID)
306 312
307 // Title of the touch-events flag. 313 // Title of the touch-events flag.
308 extern const char kTouchEventsName[]; 314 extern const char kTouchEventsName[];
(...skipping 2837 matching lines...) Expand 10 before | Expand all | Expand 10 after
3146 3152
3147 // Description of the about: flag enabling emoji, handwriting and voice input on 3153 // Description of the about: flag enabling emoji, handwriting and voice input on
3148 // opt-in IME menu. 3154 // opt-in IME menu.
3149 extern const char kEnableEhvInputDescription[]; 3155 extern const char kEnableEhvInputDescription[];
3150 3156
3151 #endif // #if defined(OS_CHROMEOS) 3157 #endif // #if defined(OS_CHROMEOS)
3152 3158
3153 } // namespace flag_descriptions 3159 } // namespace flag_descriptions
3154 3160
3155 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 3161 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698