blob: 47395ad52289ff38ed6c1a23eaf60717f63b3120 [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.
package org.chromium.android_webview;
/**
* Instantiable version of {@link PlatformServiceBridge}, don't add anything to this class!
* Downstream targets may provide a different implementation. In GN, we specify that
* {@link PlatformServiceBridge} is compiled separately from its implementation; other
* projects may specify a different PlatformServiceBridgeImpl via GN.
*/
public class PlatformServiceBridgeImpl extends PlatformServiceBridge {}