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

Unified Diff: chrome/browser/automation/automation_resource_message_filter.h

Issue 354002: Sixth patch in getting rid of caching MessageLoop pointers. Audio and automa... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/automation/automation_resource_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_resource_message_filter.h
===================================================================
--- chrome/browser/automation/automation_resource_message_filter.h (revision 30691)
+++ chrome/browser/automation/automation_resource_message_filter.h (working copy)
@@ -13,7 +13,6 @@
#include "ipc/ipc_channel_proxy.h"
class URLRequestAutomationJob;
-class MessageLoop;
// This class filters out incoming automation IPC messages for network
// requests and processes them on the IPC thread. As a result, network
@@ -98,7 +97,6 @@
// The channel associated with the automation connection. This pointer is not
// owned by this class.
IPC::Channel* channel_;
- static MessageLoop* io_loop_;
// A unique request id per process.
static int unique_request_id_;
« no previous file with comments | « no previous file | chrome/browser/automation/automation_resource_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698