diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 21:06:39 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 21:06:39 +0000 |
commit | b929498e2bd3fa0cd2c8acd1023b1ccd7da462ff (patch) | |
tree | 25c3cb8c1aabbea44ff267c27b9caa5610b3bbe7 /chrome/test/automation/automation_proxy.h | |
parent | ceccfa43f061e95dbc56392505e358909c3c69af (diff) | |
download | chromium_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.h | 3 |
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 |