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

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

Issue 2916533002: Introduce chrome://flags/#network-prediction-options-for-service-worker
Patch Set: Created 3 years, 6 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
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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 extern const char kPackExtensionKey[]; 192 extern const char kPackExtensionKey[];
193 extern const char kParentProfile[]; 193 extern const char kParentProfile[];
194 extern const char kPermissionRequestApiScope[]; 194 extern const char kPermissionRequestApiScope[];
195 extern const char kPermissionRequestApiUrl[]; 195 extern const char kPermissionRequestApiUrl[];
196 extern const char kPpapiFlashPath[]; 196 extern const char kPpapiFlashPath[];
197 extern const char kPpapiFlashVersion[]; 197 extern const char kPpapiFlashVersion[];
198 extern const char kPrerenderFromOmnibox[]; 198 extern const char kPrerenderFromOmnibox[];
199 extern const char kPrerenderFromOmniboxSwitchValueAuto[]; 199 extern const char kPrerenderFromOmniboxSwitchValueAuto[];
200 extern const char kPrerenderFromOmniboxSwitchValueDisabled[]; 200 extern const char kPrerenderFromOmniboxSwitchValueDisabled[];
201 extern const char kPrerenderFromOmniboxSwitchValueEnabled[]; 201 extern const char kPrerenderFromOmniboxSwitchValueEnabled[];
202 extern const char kNetworkPredictionOptionsForServiceWorker[];
202 extern const char kPrivetIPv6Only[]; 203 extern const char kPrivetIPv6Only[];
203 extern const char kProductVersion[]; 204 extern const char kProductVersion[];
204 extern const char kProfileDirectory[]; 205 extern const char kProfileDirectory[];
205 extern const char kProfilingAtStart[]; 206 extern const char kProfilingAtStart[];
206 extern const char kProfilingFlush[]; 207 extern const char kProfilingFlush[];
207 extern const char kProxyAutoDetect[]; 208 extern const char kProxyAutoDetect[];
208 extern const char kProxyBypassList[]; 209 extern const char kProxyBypassList[];
209 extern const char kProxyPacUrl[]; 210 extern const char kProxyPacUrl[];
210 extern const char kQuicConnectionOptions[]; 211 extern const char kQuicConnectionOptions[];
211 extern const char kQuicMaxPacketLength[]; 212 extern const char kQuicMaxPacketLength[];
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 #if defined(OS_WIN) 374 #if defined(OS_WIN)
374 bool GDITextPrintingEnabled(); 375 bool GDITextPrintingEnabled();
375 #endif 376 #endif
376 377
377 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 378 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
378 // alphabetical order, or in one of the ifdefs (also in order in each section). 379 // alphabetical order, or in one of the ifdefs (also in order in each section).
379 380
380 } // namespace switches 381 } // namespace switches
381 382
382 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 383 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698