14 lines
962 B
Diff
14 lines
962 B
Diff
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java b/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
|
|
index ffb14d32b1615c06324b1b47afc483f02c791798..b6a1a5b95b7ef4fb3aecc501377d2517320ea56b 100644
|
|
--- a/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
|
|
+++ b/chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java
|
|
@@ -19,7 +19,7 @@ import org.chromium.chrome.browser.vr.VrModuleProvider;
|
|
* Dispatches incoming intents to the appropriate activity based on the current configuration and
|
|
* Intent fired.
|
|
*/
|
|
-public class ChromeLauncherActivity extends Activity {
|
|
+public class ChromeLauncherActivity extends BraveLauncherActivity {
|
|
@Override
|
|
public void onCreate(Bundle savedInstanceState) {
|
|
// Third-party code adds disk access to Activity.onCreate. http://crbug.com/619824
|