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

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

Issue 2167513002: Remove InsecureContentInfobarDelegate, which has been broken for a while (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix AW? Created 4 years, 4 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/chrome_browser.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) 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 // Defines the shared command-line switches used by code in the Chrome 5 // Defines the shared command-line switches used by code in the Chrome
6 // directory that don't have anywhere more specific to go. 6 // directory that don't have anywhere more specific to go.
7 7
8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
9 #define CHROME_COMMON_CHROME_SWITCHES_H_ 9 #define CHROME_COMMON_CHROME_SWITCHES_H_
10 10
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 extern const char kLoadComponentExtension[]; 178 extern const char kLoadComponentExtension[];
179 extern const char kLoadExtension[]; 179 extern const char kLoadExtension[];
180 extern const char kMakeDefaultBrowser[]; 180 extern const char kMakeDefaultBrowser[];
181 extern const char kMediaCacheSize[]; 181 extern const char kMediaCacheSize[];
182 extern const char kMediaRouter[]; 182 extern const char kMediaRouter[];
183 extern const char kMessageLoopHistogrammer[]; 183 extern const char kMessageLoopHistogrammer[];
184 extern const char kMetricsRecordingOnly[]; 184 extern const char kMetricsRecordingOnly[];
185 extern const char kMonitoringDestinationID[]; 185 extern const char kMonitoringDestinationID[];
186 extern const char kNetLogCaptureMode[]; 186 extern const char kNetLogCaptureMode[];
187 extern const char kNoDefaultBrowserCheck[]; 187 extern const char kNoDefaultBrowserCheck[];
188 extern const char kNoDisplayingInsecureContent[];
189 extern const char kNoExperiments[]; 188 extern const char kNoExperiments[];
190 extern const char kNoFirstRun[]; 189 extern const char kNoFirstRun[];
191 extern const char kNoPings[]; 190 extern const char kNoPings[];
192 extern const char kNoProxyServer[]; 191 extern const char kNoProxyServer[];
193 extern const char kNoServiceAutorun[]; 192 extern const char kNoServiceAutorun[];
194 extern const char kNoStartupWindow[]; 193 extern const char kNoStartupWindow[];
195 extern const char kNoSupervisedUserAcknowledgmentCheck[]; 194 extern const char kNoSupervisedUserAcknowledgmentCheck[];
196 extern const char kNumPacThreads[]; 195 extern const char kNumPacThreads[];
197 extern const char kOpenInNewWindow[]; 196 extern const char kOpenInNewWindow[];
198 extern const char kOriginalProcessStartTime[]; 197 extern const char kOriginalProcessStartTime[];
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 #if defined(OS_CHROMEOS) 387 #if defined(OS_CHROMEOS)
389 bool PowerOverlayEnabled(); 388 bool PowerOverlayEnabled();
390 #endif 389 #endif
391 390
392 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 391 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
393 // alphabetical order, or in one of the ifdefs (also in order in each section). 392 // alphabetical order, or in one of the ifdefs (also in order in each section).
394 393
395 } // namespace switches 394 } // namespace switches
396 395
397 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 396 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698