summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_proxy.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-22 21:06:39 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-22 21:06:39 +0000
commitb929498e2bd3fa0cd2c8acd1023b1ccd7da462ff (patch)
tree25c3cb8c1aabbea44ff267c27b9caa5610b3bbe7 /chrome/test/automation/automation_proxy.h
parentceccfa43f061e95dbc56392505e358909c3c69af (diff)
downloadchromium_src-b929498e2bd3fa0cd2c8acd1023b1ccd7da462ff.zip
chromium_src-b929498e2bd3fa0cd2c8acd1023b1ccd7da462ff.tar.gz
chromium_src-b929498e2bd3fa0cd2c8acd1023b1ccd7da462ff.tar.bz2
Don't waste time on browser that crashed before connecting to the IPC channel.
BUG=90489 Review URL: http://codereview.chromium.org/7980053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102362 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation/automation_proxy.h')
-rw-r--r--chrome/test/automation/automation_proxy.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h
index 0fccd90..d879d83 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