Index: chrome/android/java/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java |
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 799ba6adf2cec0c199dddc718c3fecc40c0002f7..046bdfc67fb86be75e54d620414f9c53a6aec900 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 |
@@ -203,8 +203,7 @@ public class ChromeLauncherActivity extends Activity |
} |
// Check if we should launch an Instant App to handle the intent. |
- ChromeApplication application = (ChromeApplication) getApplication(); |
- if (InstantAppsHandler.getInstance(application).handleIncomingIntent( |
+ if (InstantAppsHandler.getInstance().handleIncomingIntent( |
this, intent, mIsCustomTabIntent)) { |
Maria
2016/09/26 17:36:25
does this now fit on the previous line?
Ted C
2016/09/26 18:05:04
Alas no, 103 chars
|
finish(); |
return; |