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

Unified Diff: chrome/browser/extensions/api/notifications/notifications_api.h

Issue 2921263002: Remove many delegates, let's see what breaks
Patch Set: fix test Created 3 years, 6 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/extensions/api/notifications/notifications_api.h
diff --git a/chrome/browser/extensions/api/notifications/notifications_api.h b/chrome/browser/extensions/api/notifications/notifications_api.h
index 1a21c1189656b464fc497bba6527de6f86067e90..79555a4f9d4436d503986bcf91522e573f8de664 100644
--- a/chrome/browser/extensions/api/notifications/notifications_api.h
+++ b/chrome/browser/extensions/api/notifications/notifications_api.h
@@ -18,8 +18,6 @@ class Notification;
namespace extensions {
-extern const base::Feature kAllowFullscreenAppNotificationsFeature;
-
class ExtensionNotificationDisplayHelper;
class NotificationsApiFunction : public ChromeAsyncExtensionFunction {

Powered by Google App Engine
This is Rietveld 408576698