Commit bebd0e79 authored by aurimas's avatar aurimas Committed by Commit bot

Remove unused constant.

This constant is no longer used in internal repository.

TBR=tedchoc@chromium.org
BUG=436083

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

Cr-Commit-Position: refs/heads/master@{#313187}
parent 09bb8534
......@@ -21,12 +21,6 @@ import java.util.Map;
*/
@JNINamespace("content")
public class LoadUrlParams {
// These fields have been replaced by build-time generated enums and should be removed when
// no longer used downstream.
@Deprecated
public static final int LOAD_TYPE_BROWSER_INITIATED_HTTP_POST =
LoadURLType.BROWSER_INITIATED_HTTP_POST;
// Fields with counterparts in NavigationController::LoadURLParams.
// Package private so that ContentViewCore.loadUrl can pass them down to
// native code. Should not be accessed directly anywhere else outside of
......
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