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

Unified Diff: content/browser/browser_child_process_host_impl.h

Issue 2433203003: Mojoify PoweMonitorMessageBroadcaster IPC from browser to child process (Closed)
Patch Set: code rebase Created 4 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/browser/browser_child_process_host_impl.h
diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h
index 6d930635d001e0174731c8f3f47c75f2e9da0327..fb8fc6b4cdfa37ad90a566a970c4601d3a3f97fd 100644
--- a/content/browser/browser_child_process_host_impl.h
+++ b/content/browser/browser_child_process_host_impl.h
@@ -120,6 +120,8 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
friend class BrowserChildProcessHostIterator;
friend class BrowserChildProcessObserver;
+ class ConnectionFilterImpl;
blundell 2016/10/25 16:53:44 nit: necessary?
ke.he 2016/10/26 10:01:51 Done.
+
static BrowserChildProcessList* GetIterator();
static void AddObserver(BrowserChildProcessObserver* observer);
@@ -160,8 +162,6 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
std::unique_ptr<ChildProcessLauncher> child_process_;
- PowerMonitorMessageBroadcaster power_monitor_message_broadcaster_;
-
#if defined(OS_WIN)
// Watches to see if the child process exits before the IPC channel has
// been connected. Thereafter, its exit is determined by an error on the

Powered by Google App Engine
This is Rietveld 408576698