Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h |
diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.h b/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
index 7d6305c53ae66fdee13ae3f84bb89bb214b12046..647a6d43fffb6c232565d64a16a931c9eae6c174 100644 |
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h |
@@ -102,6 +102,9 @@ class AppLauncherHandler : public WebUIMessageHandler, |
// Callback for the "generateAppForLink" message. |
void HandleGenerateAppForLink(const base::ListValue* args); |
+ // Callback for the "recordAppLaunchByURL" message. |
Rick Byers
2011/08/03 14:41:11
In my opinion, these function declaration comments
Evan Stade
2011/08/03 22:11:22
done
|
+ void HandleRecordAppLaunchByURL(const base::ListValue* args); |
+ |
// Register app launcher preferences. |
static void RegisterUserPrefs(PrefService* pref_service); |