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 0758d2a5bbee8819d1caad7d485932ffc7cf5d71..33357ac0e616886d898e7373fff6db3d792bc260 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 { |