blob: 4b7190296a7faa352fe7fb97f726f45ae1cfef86 [file] [log] [blame]
// Copyright 2019 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.
package org.chromium.chrome.browser.dev_ui;
import org.chromium.base.annotations.UsedByReflection;
/**
* Provider for the Developer UI DFM. Currently this is a placeholder that serves as a kludge, so
* Java code exists somewhere.
*/
@UsedByReflection("DevUiModuleProvider.java")
public interface DevUiModuleProvider {}