blob: e5fbee620b8e18c0fa41c2a77cdd3d9edfb6cec1 [file] [log] [blame]
// 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;
};