| Index: chrome/browser/resources/ntp/apps.js
|
| diff --git a/chrome/browser/resources/ntp/apps.js b/chrome/browser/resources/ntp/apps.js
|
| index 39e596c80e0ac335fe40d33025fa30dc00bc21da..fe53705b6abc32a38da4e2368838ddca140c9c17 100644
|
| --- a/chrome/browser/resources/ntp/apps.js
|
| +++ b/chrome/browser/resources/ntp/apps.js
|
| @@ -149,6 +149,10 @@ function appsPrefChangeCallback(data) {
|
| });
|
| }
|
|
|
| +function appNotificationChanged(id, lastNotification) {
|
| + // TODO(asargent/finnur) use this when we hook up notifications into the NTP.
|
| +}
|
| +
|
| // Launches the specified app using the APP_LAUNCH_NTP_APP_RE_ENABLE histogram.
|
| // This should only be invoked from the AppLauncherHandler.
|
| function launchAppAfterEnable(appId) {
|
|
|