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

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

Issue 2915763003: [Password Manager] Show omnibox icon and anchored prompt once user start typing password (Closed)
Patch Set: Sent For Review Created 3 years, 5 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 #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 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 650
651 extern const char kSettingsWindowName[]; 651 extern const char kSettingsWindowName[];
652 extern const char kSettingsWindowDescription[]; 652 extern const char kSettingsWindowDescription[];
653 653
654 extern const char kShowAutofillSignaturesName[]; 654 extern const char kShowAutofillSignaturesName[];
655 extern const char kShowAutofillSignaturesDescription[]; 655 extern const char kShowAutofillSignaturesDescription[];
656 656
657 extern const char kShowAutofillTypePredictionsName[]; 657 extern const char kShowAutofillTypePredictionsName[];
658 extern const char kShowAutofillTypePredictionsDescription[]; 658 extern const char kShowAutofillTypePredictionsDescription[];
659 659
660 extern const char kManualFallbackForPasswordSavingName[];
661 extern const char kManualFallbackForPasswordSavingDescription[];
662
660 extern const char kShowOverdrawFeedbackName[]; 663 extern const char kShowOverdrawFeedbackName[];
661 extern const char kShowOverdrawFeedbackDescription[]; 664 extern const char kShowOverdrawFeedbackDescription[];
662 665
663 extern const char kShowSavedCopyName[]; 666 extern const char kShowSavedCopyName[];
664 extern const char kShowSavedCopyDescription[]; 667 extern const char kShowSavedCopyDescription[];
665 extern const char kEnableShowSavedCopyPrimary[]; 668 extern const char kEnableShowSavedCopyPrimary[];
666 extern const char kEnableShowSavedCopySecondary[]; 669 extern const char kEnableShowSavedCopySecondary[];
667 extern const char kDisableShowSavedCopy[]; 670 extern const char kDisableShowSavedCopy[];
668 671
669 extern const char kShowTouchHudName[]; 672 extern const char kShowTouchHudName[];
(...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after
1584 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) 1587 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
1585 1588
1586 // ============================================================================ 1589 // ============================================================================
1587 // Don't just add flags to the end, put them in the right section in 1590 // Don't just add flags to the end, put them in the right section in
1588 // alphabetical order. See top instructions for more. 1591 // alphabetical order. See top instructions for more.
1589 // ============================================================================ 1592 // ============================================================================
1590 1593
1591 } // namespace flag_descriptions 1594 } // namespace flag_descriptions
1592 1595
1593 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 1596 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698