blob: 857069bbba9093b57e37ca9168e3cbe069f751f3 [file] [log] [blame]
// Copyright 2018 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 mojom;
interface ResetPasswordHandler {
HandlePasswordReset();
};