chromium/chrome/android/java/src/org/chromium/chrome/browser/webapps/SameTaskWebApkActivity.java

// Copyright 2018 The Chromium Authors
// 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.webapps;

/** WebappActivity variant which is translucent and has documentLaunchMode="none". */
public class SameTaskWebApkActivity extends WebappActivity {}