diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-19 21:41:36 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-19 21:41:36 +0000 |
commit | e6e376e2851b35b5ee58935c100452379ce0c1ae (patch) | |
tree | d9171a564b5eaf62c0436b21828397b504e68485 /chrome/browser/automation/automation_provider.h | |
parent | aaeaa620cf80c5d07560c1fc173dc13e38db9aee (diff) | |
download | chromium_src-e6e376e2851b35b5ee58935c100452379ce0c1ae.zip chromium_src-e6e376e2851b35b5ee58935c100452379ce0c1ae.tar.gz chromium_src-e6e376e2851b35b5ee58935c100452379ce0c1ae.tar.bz2 |
Add automation hooks for fetching history.
Adding a test which exercises the GetHistoryInfo() hooks.
BUG=39275
TEST=python chrome/test/functional/history.py
Review URL: http://codereview.chromium.org/1648015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44964 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_provider.h')
-rw-r--r-- | chrome/browser/automation/automation_provider.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h index 6329a3a..9c502ec 100644 --- a/chrome/browser/automation/automation_provider.h +++ b/chrome/browser/automation/automation_provider.h @@ -339,6 +339,10 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>, DictionaryValue* args, IPC::Message* reply_message); + // Get info about history. + // Uses the JSON interface for input/output. + void GetHistoryInfo(DictionaryValue* args, IPC::Message* reply_message); + // Generic pattern for pyautolib void SendJSONRequest(int handle, std::string json_request, |