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 10c92e1f9219b03793aec908c4d0c95c38add82b..7e1fe2a76a521ce32623ef80335d2bc07b9898cf 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
|
|
@@ -18,7 +18,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
|