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

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

Issue 12680004: Remove chrome/ code to handle App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflicts. Created 7 years, 9 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/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 0f109b7e6169da46949dea45103a987c10eab263..e7c6a43a37e0056734c0ce708dda9199808e753f 100644
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
@@ -27,10 +27,6 @@ class PrefChangeRegistrar;
class PrefRegistrySyncable;
class Profile;
-namespace extensions {
-class AppNotification;
-}
-
// The handler for Javascript messages related to the "apps" view.
class AppLauncherHandler : public content::WebUIMessageHandler,
public ExtensionUninstallDialog::Delegate,
@@ -43,7 +39,6 @@ class AppLauncherHandler : public content::WebUIMessageHandler,
// Populate a dictionary with the information from an extension.
static void CreateAppInfo(
const extensions::Extension* extension,
- const extensions::AppNotification* notification,
ExtensionService* service,
base::DictionaryValue* value);

Powered by Google App Engine
This is Rietveld 408576698