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

Side by Side Diff: chrome/common/chrome_switches.cc

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/common/chrome_switches.h ('k') | testing/variations/fieldtrial_testing_config.json » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 #include "ppapi/features/features.h" 10 #include "ppapi/features/features.h"
(...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 897
898 // Forces the update menu badge to show. 898 // Forces the update menu badge to show.
899 const char kForceShowUpdateMenuBadge[] = "force-show-update-menu-badge"; 899 const char kForceShowUpdateMenuBadge[] = "force-show-update-menu-badge";
900 900
901 // Forces the update menu item to show. 901 // Forces the update menu item to show.
902 const char kForceShowUpdateMenuItem[] = "force-show-update-menu-item"; 902 const char kForceShowUpdateMenuItem[] = "force-show-update-menu-item";
903 903
904 // Forces a custom summary to be displayed below the update menu item. 904 // Forces a custom summary to be displayed below the update menu item.
905 const char kForceShowUpdateMenuItemCustomSummary[] = "custom_summary"; 905 const char kForceShowUpdateMenuItemCustomSummary[] = "custom_summary";
906 906
907 // Forces the new features summary to be displayed below the update menu item.
908 const char kForceShowUpdateMenuItemNewFeaturesSummary[] =
909 "use_new_features_summary";
910
911 // Forces a summary to be displayed below the update menu item.
912 const char kForceShowUpdateMenuItemSummary[] = "show_summary";
913
914 // Sets the market URL for Chrome for use in testing. 907 // Sets the market URL for Chrome for use in testing.
915 const char kMarketUrlForTesting[] = "market-url-for-testing"; 908 const char kMarketUrlForTesting[] = "market-url-for-testing";
916 909
917 // Switch to an existing tab for a suggestion opened from the New Tab Page. 910 // Switch to an existing tab for a suggestion opened from the New Tab Page.
918 const char kNtpSwitchToExistingTab[] = "ntp-switch-to-existing-tab"; 911 const char kNtpSwitchToExistingTab[] = "ntp-switch-to-existing-tab";
919 912
920 // Specifies Android phone page loading progress bar animation. 913 // Specifies Android phone page loading progress bar animation.
921 const char kProgressBarAnimation[] = "progress-bar-animation"; 914 const char kProgressBarAnimation[] = "progress-bar-animation";
922 915
923 // Specifies a particular tab management experiment to enable. 916 // Specifies a particular tab management experiment to enable.
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 1173
1181 // ----------------------------------------------------------------------------- 1174 // -----------------------------------------------------------------------------
1182 // DO NOT ADD YOUR VERY NICE FLAGS TO THE BOTTOM OF THIS FILE. 1175 // DO NOT ADD YOUR VERY NICE FLAGS TO THE BOTTOM OF THIS FILE.
1183 // 1176 //
1184 // You were going to just dump your switches here, weren't you? Instead, please 1177 // You were going to just dump your switches here, weren't you? Instead, please
1185 // put them in alphabetical order above, or in order inside the appropriate 1178 // put them in alphabetical order above, or in order inside the appropriate
1186 // ifdef at the bottom. The order should match the header. 1179 // ifdef at the bottom. The order should match the header.
1187 // ----------------------------------------------------------------------------- 1180 // -----------------------------------------------------------------------------
1188 1181
1189 } // namespace switches 1182 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | testing/variations/fieldtrial_testing_config.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698