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

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

Issue 2083113002: Disable Panels on OSes other than ChromeOS, in preparation to removing the code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 (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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 460
461 // Enable auto-reload of error pages if offline. 461 // Enable auto-reload of error pages if offline.
462 const char kEnableOfflineAutoReload[] = "enable-offline-auto-reload"; 462 const char kEnableOfflineAutoReload[] = "enable-offline-auto-reload";
463 463
464 // Only auto-reload error pages when the tab is visible. 464 // Only auto-reload error pages when the tab is visible.
465 const char kEnableOfflineAutoReloadVisibleOnly[] = 465 const char kEnableOfflineAutoReloadVisibleOnly[] =
466 "enable-offline-auto-reload-visible-only"; 466 "enable-offline-auto-reload-visible-only";
467 467
468 // Enables or disables panels (always on-top docked pop-up windows). 468 // Enables or disables panels (always on-top docked pop-up windows).
469 const char kEnablePanels[] = "enable-panels"; 469 const char kEnablePanels[] = "enable-panels";
470 const char kDisablePanels[] = "disable-panels";
471 470
472 // Enables the Permissions Blacklist, which blocks access to permissions 471 // Enables the Permissions Blacklist, which blocks access to permissions
473 // for blacklisted sites. 472 // for blacklisted sites.
474 const char kEnablePermissionsBlacklist[] = "enable-permissions-blacklist"; 473 const char kEnablePermissionsBlacklist[] = "enable-permissions-blacklist";
475 474
476 // Enables permission action reporting to Safe Browsing servers for opted in 475 // Enables permission action reporting to Safe Browsing servers for opted in
477 // users. 476 // users.
478 const char kEnablePermissionActionReporting[] = 477 const char kEnablePermissionActionReporting[] =
479 "enable-permission-action-reporting"; 478 "enable-permission-action-reporting";
480 479
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 1330
1332 // ----------------------------------------------------------------------------- 1331 // -----------------------------------------------------------------------------
1333 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1332 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1334 // 1333 //
1335 // You were going to just dump your switches here, weren't you? Instead, please 1334 // You were going to just dump your switches here, weren't you? Instead, please
1336 // put them in alphabetical order above, or in order inside the appropriate 1335 // put them in alphabetical order above, or in order inside the appropriate
1337 // ifdef at the bottom. The order should match the header. 1336 // ifdef at the bottom. The order should match the header.
1338 // ----------------------------------------------------------------------------- 1337 // -----------------------------------------------------------------------------
1339 1338
1340 } // namespace switches 1339 } // namespace switches
OLDNEW
« chrome/browser/ui/panels/panel_manager.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698