blob: 54c3fe8510f7d42868169d0c167c072c044d089a [file] [log] [blame]
// Copyright 2017 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;
interface TextSuggestionBackend {
ApplySpellCheckSuggestion(string suggestion);
DeleteActiveSuggestionRange();
NewWordAddedToDictionary(string suggestion);
SpellCheckMenuTimeoutCallback();
SuggestionMenuClosed();
};