| Index: chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappRegistry.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappRegistry.java b/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappRegistry.java
|
| index 1997ce97f279cb9b1ced3daafedd907400a81a4b..c69e1e6220dd5d9b7e6553fb8b8f4075085d2677 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappRegistry.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappRegistry.java
|
| @@ -34,7 +34,7 @@ import java.util.concurrent.TimeUnit;
|
| * after it is created.
|
| *
|
| * This class is not a comprehensive list of installed web apps because it is impossible to know
|
| - * when the user removes a web app from the home screen. The WebappDataStorage.wasLaunchedRecently()
|
| + * when the user removes a web app from the home screen. The WebappDataStorage.wasUsedRecently()
|
| * heuristic attempts to compensate for this.
|
| */
|
| public class WebappRegistry {
|
|
|