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

Unified Diff: chrome/browser/android/shortcut_data_fetcher.h

Issue 1224273003: webapps: propogate name and shortName from manifest to Java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back explict destructor Created 5 years, 5 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
Index: chrome/browser/android/shortcut_data_fetcher.h
diff --git a/chrome/browser/android/shortcut_data_fetcher.h b/chrome/browser/android/shortcut_data_fetcher.h
index 7ec70b3943bb206889c257956ecb5235804723e1..f1e8593786ac521b81878c42203740ae0e3fa3db 100644
--- a/chrome/browser/android/shortcut_data_fetcher.h
+++ b/chrome/browser/android/shortcut_data_fetcher.h
@@ -38,7 +38,7 @@ class ShortcutDataFetcher
class Observer {
public:
// Called when the title of the page is available.
- virtual void OnTitleAvailable(const base::string16& title) = 0;
+ virtual void OnUserTitleAvailable(const base::string16& title) = 0;
// Converts the icon into one that can be used on the Android Home screen.
virtual SkBitmap FinalizeLauncherIcon(const SkBitmap& icon,

Powered by Google App Engine
This is Rietveld 408576698