blob: 3ee3591c6437c4ddf2df59be744d1739b476f792 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module blink.mojom;
// InsecureInputService receives per-frame notifications about insecure input
// operations (e.g. editing of any fields) on the page.
interface InsecureInputService {
DidEditFieldInInsecureContext();
};