diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-14 16:45:34 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-14 16:45:34 +0000 |
commit | 89c75df34e80ca45f60b8b06f4102f8da7b132fb (patch) | |
tree | 03ea2b3f6ed8d43f0a3585bcf68aa3da2de5a78e /chrome/browser/automation/automation_provider.h | |
parent | 62eeafc6f90d4e9625da2f453913e7861889f0db (diff) | |
download | chromium_src-89c75df34e80ca45f60b8b06f4102f8da7b132fb.zip chromium_src-89c75df34e80ca45f60b8b06f4102f8da7b132fb.tar.gz chromium_src-89c75df34e80ca45f60b8b06f4102f8da7b132fb.tar.bz2 |
Reland "Make AutomationProvider fail fast on messages it doesn't understand."
Original review: http://codereview.chromium.org/3224001
Revert review: http://codereview.chromium.org/3317023
Relanding because it didn't cause the problem.
BUG=54453
TEST=chromebot
Review URL: http://codereview.chromium.org/3396001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59381 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_provider.h')
-rw-r--r-- | chrome/browser/automation/automation_provider.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h index 82af88c..2ad6dea 100644 --- a/chrome/browser/automation/automation_provider.h +++ b/chrome/browser/automation/automation_provider.h @@ -192,6 +192,8 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>, CancelableRequestConsumer consumer_; private: + void OnUnhandledMessage(); + // IPC Message callbacks. void WindowSimulateDrag(int handle, std::vector<gfx::Point> drag_path, |