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

Side by Side Diff: components/cronet/url_request_context_config_list.h

Issue 586143002: Initial implementation of Cronet Async API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync Created 6 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
« no previous file with comments | « components/cronet/url_request_context_config.cc ('k') | net/base/request_priority.h » ('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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 // This file intentionally does not have header guards, it's included 5 // This file intentionally does not have header guards, it's included
6 // inside a macro to generate enum values. 6 // inside a macro to generate enum values.
7 #ifndef DEFINE_CONTEXT_CONFIG 7 #ifndef DEFINE_CONTEXT_CONFIG
8 #error "DEFINE_CONTEXT_CONFIG should be defined before including this file" 8 #error "DEFINE_CONTEXT_CONFIG should be defined before including this file"
9 #endif 9 #endif
10 // See HttpUrlRequestFactoryConfig.java for description of these parameters. 10 // See HttpUrlRequestFactoryConfig.java for description of these parameters.
11 DEFINE_CONTEXT_CONFIG(USER_AGENT)
11 DEFINE_CONTEXT_CONFIG(STORAGE_PATH) 12 DEFINE_CONTEXT_CONFIG(STORAGE_PATH)
12 DEFINE_CONTEXT_CONFIG(ENABLE_LEGACY_MODE) 13 DEFINE_CONTEXT_CONFIG(ENABLE_LEGACY_MODE)
13 DEFINE_CONTEXT_CONFIG(NATIVE_LIBRARY_NAME) 14 DEFINE_CONTEXT_CONFIG(NATIVE_LIBRARY_NAME)
14 DEFINE_CONTEXT_CONFIG(ENABLE_QUIC) 15 DEFINE_CONTEXT_CONFIG(ENABLE_QUIC)
15 DEFINE_CONTEXT_CONFIG(ENABLE_SPDY) 16 DEFINE_CONTEXT_CONFIG(ENABLE_SPDY)
16 DEFINE_CONTEXT_CONFIG(HTTP_CACHE) 17 DEFINE_CONTEXT_CONFIG(HTTP_CACHE)
17 DEFINE_CONTEXT_CONFIG(HTTP_CACHE_MAX_SIZE) 18 DEFINE_CONTEXT_CONFIG(HTTP_CACHE_MAX_SIZE)
18 19
19 DEFINE_CONTEXT_CONFIG(HTTP_CACHE_DISABLED) 20 DEFINE_CONTEXT_CONFIG(HTTP_CACHE_DISABLED)
20 DEFINE_CONTEXT_CONFIG(HTTP_CACHE_DISK) 21 DEFINE_CONTEXT_CONFIG(HTTP_CACHE_DISK)
21 DEFINE_CONTEXT_CONFIG(HTTP_CACHE_MEMORY) 22 DEFINE_CONTEXT_CONFIG(HTTP_CACHE_MEMORY)
22 23
23 DEFINE_CONTEXT_CONFIG(QUIC_HINTS) 24 DEFINE_CONTEXT_CONFIG(QUIC_HINTS)
24 DEFINE_CONTEXT_CONFIG(QUIC_HINT_HOST) 25 DEFINE_CONTEXT_CONFIG(QUIC_HINT_HOST)
25 DEFINE_CONTEXT_CONFIG(QUIC_HINT_PORT) 26 DEFINE_CONTEXT_CONFIG(QUIC_HINT_PORT)
26 DEFINE_CONTEXT_CONFIG(QUIC_HINT_ALT_PORT) 27 DEFINE_CONTEXT_CONFIG(QUIC_HINT_ALT_PORT)
OLDNEW
« no previous file with comments | « components/cronet/url_request_context_config.cc ('k') | net/base/request_priority.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698