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

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

Issue 2409003002: [MD settings] flag to enable site settings All sites and Site details pages (Closed)
Patch Set: merge with master; fix typo Created 4 years, 2 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/test/data/webui/settings/site_list_tests.js » ('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 10
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 // Enable the Site Engagement Eviction Policy which evicts temporary storage 467 // Enable the Site Engagement Eviction Policy which evicts temporary storage
468 // using the site engagement service. Implicitly enables the site engagement 468 // using the site engagement service. Implicitly enables the site engagement
469 // service. 469 // service.
470 const char kEnableSiteEngagementEvictionPolicy[] = 470 const char kEnableSiteEngagementEvictionPolicy[] =
471 "enable-site-engagement-eviction-policy"; 471 "enable-site-engagement-eviction-policy";
472 472
473 // Enable the Site Engagement service, which records interaction with sites and 473 // Enable the Site Engagement service, which records interaction with sites and
474 // allocates certain resources accordingly. 474 // allocates certain resources accordingly.
475 const char kEnableSiteEngagementService[] = "enable-site-engagement-service"; 475 const char kEnableSiteEngagementService[] = "enable-site-engagement-service";
476 476
477 // Enables the site settings all sites list and site details pages in the Chrome
478 // settings UI.
479 const char kEnableSiteSettings[] = "enable-site-settings";
480
477 // Enables the supervised user managed bookmarks folder. 481 // Enables the supervised user managed bookmarks folder.
478 const char kEnableSupervisedUserManagedBookmarksFolder[] = 482 const char kEnableSupervisedUserManagedBookmarksFolder[] =
479 "enable-supervised-user-managed-bookmarks-folder"; 483 "enable-supervised-user-managed-bookmarks-folder";
480 484
481 // Enables user control over muting tab audio from the tab strip. 485 // Enables user control over muting tab audio from the tab strip.
482 const char kEnableTabAudioMuting[] = "enable-tab-audio-muting"; 486 const char kEnableTabAudioMuting[] = "enable-tab-audio-muting";
483 487
484 // Enables fanciful thumbnail processing. Used with NTP for 488 // Enables fanciful thumbnail processing. Used with NTP for
485 // instant-extended-api, where thumbnails are generally smaller. 489 // instant-extended-api, where thumbnails are generally smaller.
486 const char kEnableThumbnailRetargeting[] = "enable-thumbnail-retargeting"; 490 const char kEnableThumbnailRetargeting[] = "enable-thumbnail-retargeting";
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after
1327 1331
1328 // ----------------------------------------------------------------------------- 1332 // -----------------------------------------------------------------------------
1329 // DO NOT ADD YOUR VERY NICE FLAGS TO THE BOTTOM OF THIS FILE. 1333 // DO NOT ADD YOUR VERY NICE FLAGS TO THE BOTTOM OF THIS FILE.
1330 // 1334 //
1331 // You were going to just dump your switches here, weren't you? Instead, please 1335 // You were going to just dump your switches here, weren't you? Instead, please
1332 // put them in alphabetical order above, or in order inside the appropriate 1336 // put them in alphabetical order above, or in order inside the appropriate
1333 // ifdef at the bottom. The order should match the header. 1337 // ifdef at the bottom. The order should match the header.
1334 // ----------------------------------------------------------------------------- 1338 // -----------------------------------------------------------------------------
1335 1339
1336 } // namespace switches 1340 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/data/webui/settings/site_list_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698