| Index: chrome/browser/ui/webui/ntp/app_launcher_handler.h
|
| ===================================================================
|
| --- chrome/browser/ui/webui/ntp/app_launcher_handler.h (revision 95021)
|
| +++ chrome/browser/ui/webui/ntp/app_launcher_handler.h (working copy)
|
| @@ -41,10 +41,10 @@
|
| virtual ~AppLauncherHandler();
|
|
|
| // Populate a dictionary with the information from an extension.
|
| - static base::DictionaryValue* CreateAppInfo(
|
| - const Extension* extension,
|
| - const AppNotification* notification,
|
| - ExtensionService* service);
|
| + static void CreateAppInfo(const Extension* extension,
|
| + const AppNotification* notification,
|
| + ExtensionService* service,
|
| + base::DictionaryValue* value);
|
|
|
| // Callback for pings related to launching apps on the NTP.
|
| static bool HandlePing(Profile* profile, const std::string& path);
|
| @@ -148,8 +148,8 @@
|
| history::FaviconData data);
|
|
|
| // The apps are represented in the extensions model, which
|
| - // outlives us since it's owned by our containing profile.
|
| - ExtensionService* const extension_service_;
|
| + // outlives us since its owned by our containing profile.
|
| + ExtensionService* const extensions_service_;
|
|
|
| // We monitor changes to the extension system so that we can reload the apps
|
| // when necessary.
|
|
|