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

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

Issue 11775014: chromeos: Disable Drive metadata prefetch (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 1416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1427 1427
1428 // Enables component extension that initializes background pages of 1428 // Enables component extension that initializes background pages of
1429 // certain hosted applications. 1429 // certain hosted applications.
1430 const char kEnableBackgroundLoader[] = "enable-background-loader"; 1430 const char kEnableBackgroundLoader[] = "enable-background-loader";
1431 1431
1432 // Enables Chrome Captive Portal detector, which initiates Captive 1432 // Enables Chrome Captive Portal detector, which initiates Captive
1433 // Portal detection for new active networks. 1433 // Portal detection for new active networks.
1434 const char kEnableChromeCaptivePortalDetector[] = 1434 const char kEnableChromeCaptivePortalDetector[] =
1435 "enable-chrome-captive-portal-detector"; 1435 "enable-chrome-captive-portal-detector";
1436 1436
1437 // Enables metadata prefetching in Google Drive Client for Chrome OS.
1438 const char kEnableDriveMetadataPrefetch[] = "enable-drive-metadata-prefetch";
1439
1437 // Enables touchpad three-finger-click as middle button. 1440 // Enables touchpad three-finger-click as middle button.
1438 const char kEnableTouchpadThreeFingerClick[] 1441 const char kEnableTouchpadThreeFingerClick[]
1439 = "enable-touchpad-three-finger-click"; 1442 = "enable-touchpad-three-finger-click";
1440 1443
1441 // Enables touchpad three-finger swipe. 1444 // Enables touchpad three-finger swipe.
1442 const char kEnableTouchpadThreeFingerSwipe[] 1445 const char kEnableTouchpadThreeFingerSwipe[]
1443 = "enable-touchpad-three-finger-swipe"; 1446 = "enable-touchpad-three-finger-swipe";
1444 1447
1445 // Skips OAuth part of ChromeOS login process. 1448 // Skips OAuth part of ChromeOS login process.
1446 const char kSkipOAuthLogin[] = "skip-oauth-login"; 1449 const char kSkipOAuthLogin[] = "skip-oauth-login";
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1611 1614
1612 // ----------------------------------------------------------------------------- 1615 // -----------------------------------------------------------------------------
1613 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1616 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1614 // 1617 //
1615 // You were going to just dump your switches here, weren't you? Instead, please 1618 // You were going to just dump your switches here, weren't you? Instead, please
1616 // put them in alphabetical order above, or in order inside the appropriate 1619 // put them in alphabetical order above, or in order inside the appropriate
1617 // ifdef at the bottom. The order should match the header. 1620 // ifdef at the bottom. The order should match the header.
1618 // ----------------------------------------------------------------------------- 1621 // -----------------------------------------------------------------------------
1619 1622
1620 } // namespace switches 1623 } // 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