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

Unified Diff: chrome/test/automation/automation_proxy.h

Issue 7980053: Don't waste time on browser that crashed before connecting to the IPC channel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: simplify Created 9 years, 3 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
« no previous file with comments | « chrome/common/automation_constants.h ('k') | chrome/test/automation/automation_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_proxy.h
diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h
index 0fccd90a21230f7a3dcc7d617702859f7b1c5fef..d879d8332583cb37d056f8d857cf9e52cddf83de 100644
--- a/chrome/test/automation/automation_proxy.h
+++ b/chrome/test/automation/automation_proxy.h
@@ -290,9 +290,6 @@ class AutomationProxy : public IPC::Channel::Listener,
// The version of the automation provider we are communicating with.
std::string server_version_;
- // Used to guard against multiple hello messages being received.
- int app_launch_signaled_;
-
// Whether to perform a version check between the automation proxy and
// the automation provider at connection time. Defaults to false, you can
// set this to true if building the automation proxy into a module with
« no previous file with comments | « chrome/common/automation_constants.h ('k') | chrome/test/automation/automation_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698