blob: 18f1a33f555a29fa945ce627ebccce7595dee321 [file] [log] [blame]
// Copyright 2022 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.
import {EditAction, ImageEditorHandler} from './image_editor.mojom-webui.js';
const imageEditorHandler = ImageEditorHandler.getRemote();
// Log user action that placeholder webui has loaded.
imageEditorHandler.recordUserAction(EditAction.kFallbackLaunched);