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

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 7125006: Get rid of Chrome notifications dependency, and instead go through ContentBrowserClient to show U... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix browsertest Created 9 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: content/browser/renderer_host/render_message_filter.h
===================================================================
--- content/browser/renderer_host/render_message_filter.h (revision 88079)
+++ content/browser/renderer_host/render_message_filter.h (working copy)
@@ -26,7 +26,6 @@
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/surface/transport_dib.h"
-class DesktopNotificationService;
struct FontDescriptor;
class ExtensionInfoMap;
class HostContentSettingsMap;
@@ -238,8 +237,6 @@
scoped_refptr<RenderWidgetHelper> render_widget_helper_;
- DesktopNotificationService* notification_service_;
-
// Whether this process is used for incognito tabs.
bool incognito_;

Powered by Google App Engine
This is Rietveld 408576698