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

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

Issue 996003: Adds a command-line option that disables AeroPeek.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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) 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 8
9 namespace switches { 9 namespace switches {
10 10
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 // system during first run and cached in the preferences afterwards. This is a 66 // system during first run and cached in the preferences afterwards. This is a
67 // string value, the 2 letter code from ISO 3166-1. 67 // string value, the 2 letter code from ISO 3166-1.
68 const char kCountry[] = "country"; 68 const char kCountry[] = "country";
69 69
70 // Enables support to debug printing subsystem. 70 // Enables support to debug printing subsystem.
71 const char kDebugPrint[] = "debug-print"; 71 const char kDebugPrint[] = "debug-print";
72 72
73 // Triggers a pletora of diagnostic modes. 73 // Triggers a pletora of diagnostic modes.
74 const char kDiagnostics[] = "diagnostics"; 74 const char kDiagnostics[] = "diagnostics";
75 75
76 // Disables the custom AeroPeek on Windows 7.
77 const char kDisableAeroPeek[] = "disable-aeropeek";
78
76 // Disables the alternate window station for the renderer. 79 // Disables the alternate window station for the renderer.
77 const char kDisableAltWinstation[] = "disable-winsta"; 80 const char kDisableAltWinstation[] = "disable-winsta";
78 81
79 // Disable the ApplicationCache. 82 // Disable the ApplicationCache.
80 const char kDisableApplicationCache[] = "disable-application-cache"; 83 const char kDisableApplicationCache[] = "disable-application-cache";
81 84
82 // Replaces the audio IPC layer for <audio> and <video> with a mock audio 85 // Replaces the audio IPC layer for <audio> and <video> with a mock audio
83 // device, useful when using remote desktop or machines without sound cards. 86 // device, useful when using remote desktop or machines without sound cards.
84 // This is temporary until we fix the underlying problem. 87 // This is temporary until we fix the underlying problem.
85 // 88 //
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 850
848 // ----------------------------------------------------------------------------- 851 // -----------------------------------------------------------------------------
849 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 852 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
850 // 853 //
851 // You were going to just dump your switches here, weren't you? Instead, 854 // You were going to just dump your switches here, weren't you? Instead,
852 // please put them in alphabetical order above, or in order inside the 855 // please put them in alphabetical order above, or in order inside the
853 // appropriate ifdef at the bottom. The order should match the header. 856 // appropriate ifdef at the bottom. The order should match the header.
854 // ----------------------------------------------------------------------------- 857 // -----------------------------------------------------------------------------
855 858
856 } // namespace switches 859 } // 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