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

Unified Diff: content/common/child_thread.h

Issue 8342048: Make NotificationService an interface in the content namespace, and switch callers to use it. Mov... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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/common/child_thread.h
===================================================================
--- content/common/child_thread.h (revision 106237)
+++ content/common/child_thread.h (working copy)
@@ -15,7 +15,6 @@
class FileSystemDispatcher;
class MessageLoop;
-class NotificationService;
class QuotaDispatcher;
class ResourceDispatcher;
class SocketStreamDispatcher;
@@ -133,8 +132,6 @@
MessageLoop* message_loop_;
- scoped_ptr<NotificationService> notification_service_;
-
scoped_ptr<FileSystemDispatcher> file_system_dispatcher_;
scoped_ptr<QuotaDispatcher> quota_dispatcher_;

Powered by Google App Engine
This is Rietveld 408576698