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

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

Issue 14093022: Remove DrivePrefetcher and relevant flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: xxxxx Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | 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 9
10 namespace switches { 10 namespace switches {
(...skipping 1488 matching lines...) Expand 10 before | Expand all | Expand 10 after
1499 const char kDisableBootAnimation[] = "disable-boot-animation"; 1499 const char kDisableBootAnimation[] = "disable-boot-animation";
1500 1500
1501 // Disables Chrome Captive Portal detector, which initiates Captive 1501 // Disables Chrome Captive Portal detector, which initiates Captive
1502 // Portal detection for new active networks. 1502 // Portal detection for new active networks.
1503 const char kDisableChromeCaptivePortalDetector[] = 1503 const char kDisableChromeCaptivePortalDetector[] =
1504 "disable-chrome-captive-portal-detector"; 1504 "disable-chrome-captive-portal-detector";
1505 1505
1506 // Disables Google Drive integration. 1506 // Disables Google Drive integration.
1507 const char kDisableDrive[] = "disable-drive"; 1507 const char kDisableDrive[] = "disable-drive";
1508 1508
1509 // Enables file prefetching in Google Drive Client for Chrome OS.
1510 const char kEnableDrivePrefetch[] = "enable-drive-prefetch";
1511
1512 // Disable policy-configured local accounts. 1509 // Disable policy-configured local accounts.
1513 const char kDisableLocalAccounts[] = "disable-local-accounts"; 1510 const char kDisableLocalAccounts[] = "disable-local-accounts";
1514 1511
1515 // Avoid doing expensive animations upon login. 1512 // Avoid doing expensive animations upon login.
1516 const char kDisableLoginAnimations[] = "disable-login-animations"; 1513 const char kDisableLoginAnimations[] = "disable-login-animations";
1517 1514
1518 // Avoid doing animations upon oobe. 1515 // Avoid doing animations upon oobe.
1519 const char kDisableOobeAnimation[] = "disable-oobe-animation"; 1516 const char kDisableOobeAnimation[] = "disable-oobe-animation";
1520 1517
1521 // Enables component extension that initializes background pages of 1518 // Enables component extension that initializes background pages of
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
1685 1682
1686 // ----------------------------------------------------------------------------- 1683 // -----------------------------------------------------------------------------
1687 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1684 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1688 // 1685 //
1689 // You were going to just dump your switches here, weren't you? Instead, please 1686 // You were going to just dump your switches here, weren't you? Instead, please
1690 // put them in alphabetical order above, or in order inside the appropriate 1687 // put them in alphabetical order above, or in order inside the appropriate
1691 // ifdef at the bottom. The order should match the header. 1688 // ifdef at the bottom. The order should match the header.
1692 // ----------------------------------------------------------------------------- 1689 // -----------------------------------------------------------------------------
1693 1690
1694 } // namespace switches 1691 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698