| Index: chrome/android/java/src/org/chromium/chrome/browser/util/FeatureUtilities.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/util/FeatureUtilities.java b/chrome/android/java/src/org/chromium/chrome/browser/util/FeatureUtilities.java
|
| index 529bec5ab62f7d8c12bae20eb548b267a3c0dad7..778da0524e7d7ef48272e6c7769938dbe3dd8e3c 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/util/FeatureUtilities.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/util/FeatureUtilities.java
|
| @@ -124,8 +124,12 @@ public class FeatureUtilities {
|
| }
|
|
|
| /**
|
| - * Whether the device could possibly run in Document mode (may return true even
|
| - * if the document mode is turned off).
|
| + * Whether the device could possibly run in Document mode (may return true even if the document
|
| + * mode is turned off).
|
| + *
|
| + * This function can't be changed to return false (even if document mode is deleted) because we
|
| + * need to know whether a user needs to be migrated away.
|
| + *
|
| * @param context The context to use for checking configuration.
|
| * @return Whether the device could possibly run in Document mode.
|
| */
|
|
|