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

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

Issue 3427019: Remove logging for issue 35198. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 years, 3 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
« no previous file with comments | « chrome/browser/utility_process_host.cc ('k') | chrome/common/chrome_switches.cc » ('j') | 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 // Defines all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 extern const char kHostRules[]; 191 extern const char kHostRules[];
192 extern const char kHostResolverParallelism[]; 192 extern const char kHostResolverParallelism[];
193 extern const char kHostResolverRules[]; 193 extern const char kHostResolverRules[];
194 extern const char kImport[]; 194 extern const char kImport[];
195 extern const char kImportFromFile[]; 195 extern const char kImportFromFile[];
196 extern const char kInProcessPlugins[]; 196 extern const char kInProcessPlugins[];
197 extern const char kInProcessWebGL[]; 197 extern const char kInProcessWebGL[];
198 extern const char kIncognito[]; 198 extern const char kIncognito[];
199 extern const char kInternalNaCl[]; 199 extern const char kInternalNaCl[];
200 extern const char kInternalPepper[]; 200 extern const char kInternalPepper[];
201 extern const char kIssue35198ExtraLogging[];
202 extern const char kJavaScriptFlags[]; 201 extern const char kJavaScriptFlags[];
203 extern const char kKeepAliveForTest[]; 202 extern const char kKeepAliveForTest[];
204 extern const char kLoadExtension[]; 203 extern const char kLoadExtension[];
205 extern const char kLoadPlugin[]; 204 extern const char kLoadPlugin[];
206 extern const char kExtraPluginDir[]; 205 extern const char kExtraPluginDir[];
207 extern const char kLogFilterPrefix[]; 206 extern const char kLogFilterPrefix[];
208 extern const char kLogNetLog[]; 207 extern const char kLogNetLog[];
209 extern const char kLogPluginMessages[]; 208 extern const char kLogPluginMessages[];
210 extern const char kLoggingLevel[]; 209 extern const char kLoggingLevel[];
211 extern const char kMakeDefaultBrowser[]; 210 extern const char kMakeDefaultBrowser[];
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 #endif 376 #endif
378 // Return true if the switches indicate the seccomp sandbox is enabled. 377 // Return true if the switches indicate the seccomp sandbox is enabled.
379 bool SeccompSandboxEnabled(); 378 bool SeccompSandboxEnabled();
380 379
381 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 380 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
382 // alphabetical order, or in one of the ifdefs (also in order in each section). 381 // alphabetical order, or in one of the ifdefs (also in order in each section).
383 382
384 } // namespace switches 383 } // namespace switches
385 384
386 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 385 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/utility_process_host.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698