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

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

Issue 2825173002: Launch "Update Chrome" menu item (Closed)
Patch Set: 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 2385 matching lines...) Expand 10 before | Expand all | Expand 10 after
2396 // Data Use 2396 // Data Use
2397 2397
2398 // Update Menu Item Flags 2398 // Update Menu Item Flags
2399 2399
2400 // Name of the flag to force show the update menu item. 2400 // Name of the flag to force show the update menu item.
2401 extern const char kUpdateMenuItemName[]; 2401 extern const char kUpdateMenuItemName[];
2402 2402
2403 // Description of the flag to force show the update menu item. 2403 // Description of the flag to force show the update menu item.
2404 extern const char kUpdateMenuItemDescription[]; 2404 extern const char kUpdateMenuItemDescription[];
2405 2405
2406 // Name of the flag to show a summary below the update menu item. 2406 // Description of the flag to show a custom summary below the update menu item.
2407 extern const char kUpdateMenuItemSummaryName[]; 2407 extern const char kUpdateMenuItemCustomSummaryDescription[];
2408 2408
2409 // Description of the flag to show a summary below the update menu item. 2409 // Name of the flag to show a custom summary below the update menu item.
2410 extern const char kUpdateMenuItemSummaryDescription[]; 2410 extern const char kUpdateMenuItemCustomSummaryName[];
2411
2412 // Option to not show a summary for the update menu item.
2413 extern const char kUpdateMenuItemNoSummary[];
2414
2415 // Option to show the default summary for the update menu item.
2416 extern const char kUpdateMenuItemDefaultSummary[];
2417
2418 // Option to show a summary for the update menu item prompting users to 'get the
2419 // latest features'.
2420 extern const char kUpdateMenuItemNewFeaturesSummary[];
2421
2422 // Option to show a custom summary for the update menu item.
2423 extern const char kUpdateMenuItemCustomSummary[];
2424 2411
2425 // Name of the flag to force show the update menu badge. 2412 // Name of the flag to force show the update menu badge.
2426 extern const char kUpdateMenuBadgeName[]; 2413 extern const char kUpdateMenuBadgeName[];
2427 2414
2428 // Description of the flag to force show the update menu badge. 2415 // Description of the flag to force show the update menu badge.
2429 extern const char kUpdateMenuBadgeDescription[]; 2416 extern const char kUpdateMenuBadgeDescription[];
2430 2417
2431 // Name of the flag to set a market URL for testing the update menu item. 2418 // Name of the flag to set a market URL for testing the update menu item.
2432 extern const char kSetMarketUrlForTestingName[]; 2419 extern const char kSetMarketUrlForTestingName[];
2433 2420
(...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
3264 extern const char kEnableCopylessPasteName[]; 3251 extern const char kEnableCopylessPasteName[];
3265 3252
3266 // Description of the flag that enables Copyless Paste. 3253 // Description of the flag that enables Copyless Paste.
3267 extern const char kEnableCopylessPasteDescription[]; 3254 extern const char kEnableCopylessPasteDescription[];
3268 3255
3269 #endif // defined(OS_ANDROID) 3256 #endif // defined(OS_ANDROID)
3270 3257
3271 } // namespace flag_descriptions 3258 } // namespace flag_descriptions
3272 3259
3273 #endif // CHROME_BROWSER_FLAG_DESCRIPTIONS_H_ 3260 #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