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

Unified Diff: chrome/browser/automation/automation_provider_observers.h

Issue 10692067: Convert PyAuto's NavigateToURL, GetActiveTabIndex, Refresh, RefreshActiveTab, and AppendTab to the … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 6 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
Index: chrome/browser/automation/automation_provider_observers.h
diff --git a/chrome/browser/automation/automation_provider_observers.h b/chrome/browser/automation/automation_provider_observers.h
index 47daa41fbd4a698515542917e5e1bb35baeaaf08..1532f23204d6977eb03472e17defb530d5124d84 100644
--- a/chrome/browser/automation/automation_provider_observers.h
+++ b/chrome/browser/automation/automation_provider_observers.h
@@ -275,14 +275,17 @@ class TabAppendedNotificationObserver : public TabStripNotificationObserver {
public:
TabAppendedNotificationObserver(Browser* parent,
AutomationProvider* automation,
- IPC::Message* reply_message);
+ IPC::Message* reply_message,
+ bool use_json_interface);
virtual ~TabAppendedNotificationObserver();
virtual void ObserveTab(content::NavigationController* controller);
+ IPC::Message* ReleaseReply();
protected:
Browser* parent_;
scoped_ptr<IPC::Message> reply_message_;
+ bool use_json_interface_;
private:
DISALLOW_COPY_AND_ASSIGN(TabAppendedNotificationObserver);
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider_observers.cc » ('j') | chrome/test/pyautolib/pyauto.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698