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

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

Issue 2898153004: [NTP::Push] Add feature (Closed)
Patch Set: Remvoing unnecessary "NTP" from the feature name. 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 #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 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 908
909 extern const char kEnableNtpMostLikelyFaviconsFromServerName[]; 909 extern const char kEnableNtpMostLikelyFaviconsFromServerName[];
910 extern const char kEnableNtpMostLikelyFaviconsFromServerDescription[]; 910 extern const char kEnableNtpMostLikelyFaviconsFromServerDescription[];
911 911
912 extern const char kEnableNtpOfflinePageDownloadSuggestionsName[]; 912 extern const char kEnableNtpOfflinePageDownloadSuggestionsName[];
913 extern const char kEnableNtpOfflinePageDownloadSuggestionsDescription[]; 913 extern const char kEnableNtpOfflinePageDownloadSuggestionsDescription[];
914 914
915 extern const char kEnableNtpPhysicalWebPageSuggestionsName[]; 915 extern const char kEnableNtpPhysicalWebPageSuggestionsName[];
916 extern const char kEnableNtpPhysicalWebPageSuggestionsDescription[]; 916 extern const char kEnableNtpPhysicalWebPageSuggestionsDescription[];
917 917
918 extern const char kEnableNtpPushUpdatesName[];
919 extern const char kEnableNtpPushUpdatesDescription[];
920
918 extern const char kEnableNtpRecentOfflineTabSuggestionsName[]; 921 extern const char kEnableNtpRecentOfflineTabSuggestionsName[];
919 extern const char kEnableNtpRecentOfflineTabSuggestionsDescription[]; 922 extern const char kEnableNtpRecentOfflineTabSuggestionsDescription[];
920 923
921 extern const char kEnableNtpRemoteSuggestionsName[]; 924 extern const char kEnableNtpRemoteSuggestionsName[];
922 extern const char kEnableNtpRemoteSuggestionsDescription[]; 925 extern const char kEnableNtpRemoteSuggestionsDescription[];
923 926
924 extern const char kEnableNtpSnippetsVisibilityName[]; 927 extern const char kEnableNtpSnippetsVisibilityName[];
925 extern const char kEnableNtpSnippetsVisibilityDescription[]; 928 extern const char kEnableNtpSnippetsVisibilityDescription[];
926 929
927 extern const char kEnableNtpSuggestionsNotificationsName[]; 930 extern const char kEnableNtpSuggestionsNotificationsName[];
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
1472 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID) 1475 #endif // defined(TOOLKIT_VIEWS) || defined(OS_ANDROID)
1473 1476
1474 // ============================================================================ 1477 // ============================================================================
1475 // Don't just add flags to the end, put them in the right section in 1478 // Don't just add flags to the end, put them in the right section in
1476 // alphabetical order. See top instructions for more. 1479 // alphabetical order. See top instructions for more.
1477 // ============================================================================ 1480 // ============================================================================
1478 1481
1479 } // namespace flag_descriptions 1482 } // namespace flag_descriptions
1480 1483
1481 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 1484 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698