Commit 5c7e844f authored by mef@chromium.org's avatar mef@chromium.org

Fix Cronet UrlRequestContextConfig.java generation error.

BUG=354143

Review URL: https://codereview.chromium.org/332553003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277932 0039d316-1c4b-4281-b951-d872f2087c98
parent 43f9004f
......@@ -9,6 +9,6 @@ package org.chromium.net;
// net/cronet/android/org_chromium_net_UrlRequestContext.h
public interface UrlRequestContextConfig {
#define DEFINE_CONTEXT_CONFIG(x) public static final String x = #x;
#include "components/cronet/android/org_chromium_net_UrlRequestContextConfig_list.h"
#include "components/cronet/url_request_context_config_list.h"
#undef DEFINE_CONTEXT_CONFIG
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment