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

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

Issue 1036823003: Fix to respect --explicitly-allowed-ports command line option-Chromium Side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/ui/startup/startup_browser_creator.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) 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 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 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 extern const char kEnableSupervisedUserManagedBookmarksFolder[]; 168 extern const char kEnableSupervisedUserManagedBookmarksFolder[];
169 extern const char kEnableSyncArticles[]; 169 extern const char kEnableSyncArticles[];
170 extern const char kEnableTabAudioMuting[]; 170 extern const char kEnableTabAudioMuting[];
171 extern const char kEnableThumbnailRetargeting[]; 171 extern const char kEnableThumbnailRetargeting[];
172 extern const char kEnableTranslateNewUX[]; 172 extern const char kEnableTranslateNewUX[];
173 extern const char kEnableUserAlternateProtocolPorts[]; 173 extern const char kEnableUserAlternateProtocolPorts[];
174 extern const char kEnableWebAppFrame[]; 174 extern const char kEnableWebAppFrame[];
175 extern const char kEnableWebsiteSettingsManager[]; 175 extern const char kEnableWebsiteSettingsManager[];
176 extern const char kEnableWifiCredentialSync[]; 176 extern const char kEnableWifiCredentialSync[];
177 extern const char kEnhancedBookmarksExperiment[]; 177 extern const char kEnhancedBookmarksExperiment[];
178 extern const char kExplicitlyAllowedPorts[];
179 extern const char kExtensionContentVerificationBootstrap[]; 178 extern const char kExtensionContentVerificationBootstrap[];
180 extern const char kExtensionContentVerificationEnforceStrict[]; 179 extern const char kExtensionContentVerificationEnforceStrict[];
181 extern const char kExtensionContentVerificationEnforce[]; 180 extern const char kExtensionContentVerificationEnforce[];
182 extern const char kExtensionContentVerification[]; 181 extern const char kExtensionContentVerification[];
183 extern const char kExtensionsInstallVerification[]; 182 extern const char kExtensionsInstallVerification[];
184 extern const char kExtensionsNotWebstore[]; 183 extern const char kExtensionsNotWebstore[];
185 extern const char kExtensionsUpdateFrequency[]; 184 extern const char kExtensionsUpdateFrequency[];
186 extern const char kFakeVariationsChannel[]; 185 extern const char kFakeVariationsChannel[];
187 extern const char kFastStart[]; 186 extern const char kFastStart[];
188 extern const char kFlagSwitchesBegin[]; 187 extern const char kFlagSwitchesBegin[];
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 #if defined(OS_CHROMEOS) 408 #if defined(OS_CHROMEOS)
410 bool PowerOverlayEnabled(); 409 bool PowerOverlayEnabled();
411 #endif 410 #endif
412 411
413 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 412 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
414 // alphabetical order, or in one of the ifdefs (also in order in each section). 413 // alphabetical order, or in one of the ifdefs (also in order in each section).
415 414
416 } // namespace switches 415 } // namespace switches
417 416
418 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 417 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698