Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5337)

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/webapps/AddToHomescreenManager.java

Issue 2354433003: Fix incorrect comment for AddToHomeScreenManager::Observer::onReadyToAdd. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/webapps/AddToHomescreenManager.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/webapps/AddToHomescreenManager.java b/chrome/android/java/src/org/chromium/chrome/browser/webapps/AddToHomescreenManager.java
index ffec6c8fee258c240d3a8e8ec98952d9f7abb08d..a7f07551932c35eb78e7b2f09b3dbb6acb3ffff0 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/webapps/AddToHomescreenManager.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/webapps/AddToHomescreenManager.java
@@ -23,7 +23,7 @@ public class AddToHomescreenManager {
/**
* Called once native has finished fetching the homescreen shortcut's data (like the Web
- * Manifest) and is ready for {@link AddToHomescreenDelegate#addShortcut()} to be called.
+ * Manifest) and is ready for {@link AddToHomescreenManager#addShortcut()} to be called.
gone 2016/09/19 18:16:34 Still not quite right; Eclipse will probably still
* @param icon Icon to use in the launcher.
*/
void onReadyToAdd(Bitmap icon);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698