| Index: chrome/browser/automation/automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.h (revision 49869)
|
| +++ chrome/browser/automation/automation_provider.h (working copy)
|
| @@ -50,7 +50,6 @@
|
| class ExternalTabContainer;
|
| class LoginHandler;
|
| class MetricEventDurationObserver;
|
| -class InitialLoadObserver;
|
| class NavigationControllerRestoredObserver;
|
| struct AutocompleteMatchData;
|
|
|
| @@ -377,15 +376,6 @@
|
| DictionaryValue* args,
|
| IPC::Message* reply_message);
|
|
|
| - // Return load times of initial tabs.
|
| - // Uses the JSON interface for input/output.
|
| - // Only includes tabs from command line arguments or session restore.
|
| - // See declaration of InitialLoadObserver in automation_provider_observers.h
|
| - // for example response.
|
| - void GetInitialLoadTimes(Browser* browser,
|
| - DictionaryValue* args,
|
| - IPC::Message* reply_message);
|
| -
|
| // Get info about plugins.
|
| // Uses the JSON interface for input/output.
|
| void GetPluginsInfo(Browser* browser,
|
| @@ -780,7 +770,7 @@
|
| typedef std::map<int, ExtensionPortContainer*> PortContainerMap;
|
|
|
| scoped_ptr<IPC::ChannelProxy> channel_;
|
| - scoped_ptr<InitialLoadObserver> initial_load_observer_;
|
| + scoped_ptr<NotificationObserver> initial_load_observer_;
|
| scoped_ptr<NotificationObserver> new_tab_ui_load_observer_;
|
| scoped_ptr<NotificationObserver> find_in_page_observer_;
|
| scoped_ptr<NotificationObserver> dom_operation_observer_;
|
|
|