unplugged-system/external/cronet/url/mojom/url.mojom

14 lines
259 B
Plaintext

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module url.mojom;
// 2 * 1024 * 1024
const uint32 kMaxURLChars = 2097152;
[Stable]
struct Url {
string url;
};