blob: ca6280ee163aa0e2335b55f2fb24e93fafb9dc4b [file] [log] [blame]
// Copyright 2020 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.
// ColorPagePopupController provides functions used by color control popup
// implementation and it's not exposed to the Web. WebPagePopupImpl class
// enables this interface by provideContextFeaturesTo().
[
LegacyNoInterfaceObject,
RuntimeEnabled=PagePopup
] interface ColorPagePopupController : PagePopupController {
void openEyeDropper();
};