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

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

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: merge 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/url_constants.h » ('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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 const char kForceFirstRun[] = "force-first-run"; 489 const char kForceFirstRun[] = "force-first-run";
490 490
491 // Forces Chrome to use localNTP instead of server (GWS) NTP. 491 // Forces Chrome to use localNTP instead of server (GWS) NTP.
492 const char kForceLocalNtp[] = "force-local-ntp"; 492 const char kForceLocalNtp[] = "force-local-ntp";
493 493
494 // Forces additional Chrome Variation Ids that will be sent in X-Client-Data 494 // Forces additional Chrome Variation Ids that will be sent in X-Client-Data
495 // header, specified as a 64-bit encoded list of numeric experiment ids. Ids 495 // header, specified as a 64-bit encoded list of numeric experiment ids. Ids
496 // prefixed with the character "t" will be treated as Trigger Variation Ids. 496 // prefixed with the character "t" will be treated as Trigger Variation Ids.
497 const char kForceVariationIds[] = "force-variation-ids"; 497 const char kForceVariationIds[] = "force-variation-ids";
498 498
499 // Enables grouping websites by domain and filtering them by period.
500 const char kHistoryEnableGroupByDomain[] = "enable-grouped-history";
501
502 // Specifies which page will be displayed in newly-opened tabs. We need this 499 // Specifies which page will be displayed in newly-opened tabs. We need this
503 // for testing purposes so that the UI tests don't depend on what comes up for 500 // for testing purposes so that the UI tests don't depend on what comes up for
504 // http://google.com. 501 // http://google.com.
505 const char kHomePage[] = "homepage"; 502 const char kHomePage[] = "homepage";
506 503
507 // The maximum number of retry attempts to resolve the host. Set this to zero 504 // The maximum number of retry attempts to resolve the host. Set this to zero
508 // to disable host resolver retry attempts. 505 // to disable host resolver retry attempts.
509 const char kHostResolverRetryAttempts[] = "host-resolver-retry-attempts"; 506 const char kHostResolverRetryAttempts[] = "host-resolver-retry-attempts";
510 507
511 // Comma-separated list of rules that control how hostnames are mapped. 508 // Comma-separated list of rules that control how hostnames are mapped.
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
1176 1173
1177 // ----------------------------------------------------------------------------- 1174 // -----------------------------------------------------------------------------
1178 // 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.
1179 // 1176 //
1180 // 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
1181 // 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
1182 // ifdef at the bottom. The order should match the header. 1179 // ifdef at the bottom. The order should match the header.
1183 // ----------------------------------------------------------------------------- 1180 // -----------------------------------------------------------------------------
1184 1181
1185 } // namespace switches 1182 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698