| Index: chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java
|
| index 0e8e689a46e4132fe352e8026c9d18fd49c6f033..0dda815e9bd2cc90ef7f13c143bcc8a3a16c9142 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java
|
| @@ -71,7 +71,6 @@ import org.chromium.chrome.browser.compositor.layouts.content.TabContentManager;
|
| import org.chromium.chrome.browser.contextualsearch.ContextualSearchFieldTrial;
|
| import org.chromium.chrome.browser.contextualsearch.ContextualSearchManager;
|
| import org.chromium.chrome.browser.contextualsearch.ContextualSearchManager.ContextualSearchTabPromotionDelegate;
|
| -import org.chromium.chrome.browser.customtabs.CustomTab;
|
| import org.chromium.chrome.browser.device.DeviceClassManager;
|
| import org.chromium.chrome.browser.dom_distiller.DistilledPagePrefsView;
|
| import org.chromium.chrome.browser.dom_distiller.ReaderModeActivityDelegate;
|
| @@ -631,7 +630,7 @@ public abstract class ChromeActivity extends AsyncInitializationActivity
|
| }
|
|
|
| /**
|
| - * @return Whether the given activity contains a {@link CustomTab}.
|
| + * @return Whether the given activity contains a CustomTab.
|
| */
|
| public boolean isCustomTab() {
|
| return false;
|
|
|