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

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

Issue 8590016: Move the PluginDataRemover class to content, and remove the chrome pieces from it. This class rea... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « chrome/chrome_tests.gypi ('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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 extern const char kKeepAliveForTest[]; 202 extern const char kKeepAliveForTest[];
203 extern const char kLoadExtension[]; 203 extern const char kLoadExtension[];
204 extern const char kLoadOpencryptoki[]; 204 extern const char kLoadOpencryptoki[];
205 extern const char kUninstallExtension[]; 205 extern const char kUninstallExtension[];
206 extern const char kLogNetLog[]; 206 extern const char kLogNetLog[];
207 extern const char kMakeDefaultBrowser[]; 207 extern const char kMakeDefaultBrowser[];
208 extern const char kMediaCacheSize[]; 208 extern const char kMediaCacheSize[];
209 extern const char kMemoryProfiling[]; 209 extern const char kMemoryProfiling[];
210 extern const char kMessageLoopHistogrammer[]; 210 extern const char kMessageLoopHistogrammer[];
211 extern const char kMetricsRecordingOnly[]; 211 extern const char kMetricsRecordingOnly[];
212 extern const char kMinClearSiteDataFlashVersion[];
213 extern const char kMultiProfiles[]; 212 extern const char kMultiProfiles[];
214 extern const char kNaClDebugIP[]; 213 extern const char kNaClDebugIP[];
215 extern const char kNaClDebugPorts[]; 214 extern const char kNaClDebugPorts[];
216 extern const char kNaClLoaderCmdPrefix[]; 215 extern const char kNaClLoaderCmdPrefix[];
217 extern const char kNaClStartupDialog[]; 216 extern const char kNaClStartupDialog[];
218 extern const char kNetLogLevel[]; 217 extern const char kNetLogLevel[];
219 extern const char kNewTabPage[]; 218 extern const char kNewTabPage[];
220 extern const char kNoDefaultBrowserCheck[]; 219 extern const char kNoDefaultBrowserCheck[];
221 extern const char kNoDisplayingInsecureContent[]; 220 extern const char kNoDisplayingInsecureContent[];
222 extern const char kNoEvents[]; 221 extern const char kNoEvents[];
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 bool IsPrintPreviewEnabled(); 375 bool IsPrintPreviewEnabled();
377 376
378 bool IsInBrowserThumbnailingEnabled(); 377 bool IsInBrowserThumbnailingEnabled();
379 378
380 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 379 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
381 // alphabetical order, or in one of the ifdefs (also in order in each section). 380 // alphabetical order, or in one of the ifdefs (also in order in each section).
382 381
383 } // namespace switches 382 } // namespace switches
384 383
385 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 384 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698