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

Unified Diff: chrome/browser/ui/webui/ntp/app_launcher_handler.h

Issue 8382010: Some fixups for app notifications: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | « chrome/browser/resources/ntp4/apps_page.js ('k') | chrome/browser/ui/webui/ntp/app_launcher_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h
===================================================================
--- chrome/browser/ui/webui/ntp/app_launcher_handler.h (revision 106989)
+++ chrome/browser/ui/webui/ntp/app_launcher_handler.h (working copy)
@@ -111,6 +111,9 @@
// action for UMA.
void HandleRecordAppLaunchByURL(const base::ListValue* args);
+ // Callback for "closeNotification" message.
+ void HandleNotificationClose(const base::ListValue* args);
+
// Register app launcher preferences.
static void RegisterUserPrefs(PrefService* pref_service);
« no previous file with comments | « chrome/browser/resources/ntp4/apps_page.js ('k') | chrome/browser/ui/webui/ntp/app_launcher_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698