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

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

Issue 4220005: [Mac] Add a confirm to quit experiment to about:flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 10 years, 1 month 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
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 // until there's a server endpoint deployed. 380 // until there's a server endpoint deployed.
381 const char kEnableClearServerData[] = "enable-clear-server-data"; 381 const char kEnableClearServerData[] = "enable-clear-server-data";
382 382
383 // This applies only when the process type is "service". Enables the 383 // This applies only when the process type is "service". Enables the
384 // Cloud Print Proxy component within the service process. 384 // Cloud Print Proxy component within the service process.
385 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy"; 385 const char kEnableCloudPrintProxy[] = "enable-cloud-print-proxy";
386 386
387 // Enables the Cloud Print dialog hosting code. 387 // Enables the Cloud Print dialog hosting code.
388 const char kEnableCloudPrint[] = "enable-cloud-print"; 388 const char kEnableCloudPrint[] = "enable-cloud-print";
389 389
390 // Enable the Confirm to Quit experiment.
391 const char kEnableConfirmToQuit[] = "enable-confirm-to-quit";
392
390 // Enables establishing a backup TCP connection if a specified timeout is 393 // Enables establishing a backup TCP connection if a specified timeout is
391 // exceeded. 394 // exceeded.
392 const char kEnableConnectBackupJobs[] = "enable-connect-backup-jobs"; 395 const char kEnableConnectBackupJobs[] = "enable-connect-backup-jobs";
393 396
394 // Enable requests that webkit labels TargetIsPrefetch. As of 397 // Enable requests that webkit labels TargetIsPrefetch. As of
395 // writing only <link rel=prefetch...> but also eventually 398 // writing only <link rel=prefetch...> but also eventually
396 // Link: headers. 399 // Link: headers.
397 const char kEnableContentPrefetch[] = "enable-content-prefetch"; 400 const char kEnableContentPrefetch[] = "enable-content-prefetch";
398 401
399 // Whether default apps should be installed in this profile. This flag has no 402 // Whether default apps should be installed in this profile. This flag has no
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
1262 1265
1263 // ----------------------------------------------------------------------------- 1266 // -----------------------------------------------------------------------------
1264 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1267 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1265 // 1268 //
1266 // You were going to just dump your switches here, weren't you? Instead, 1269 // You were going to just dump your switches here, weren't you? Instead,
1267 // please put them in alphabetical order above, or in order inside the 1270 // please put them in alphabetical order above, or in order inside the
1268 // appropriate ifdef at the bottom. The order should match the header. 1271 // appropriate ifdef at the bottom. The order should match the header.
1269 // ----------------------------------------------------------------------------- 1272 // -----------------------------------------------------------------------------
1270 1273
1271 } // namespace switches 1274 } // namespace switches
OLDNEW
« chrome/browser/app_controller_mac.mm ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698