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

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: Dan's suggestion 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..af284a128df59f10e62143e72f8c8b5f15b02e38 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:34:32 Even just leaving it as #addShortcut should work,
* @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