summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.h
diff options
context:
space:
mode:
authormichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-16 00:35:23 +0000
committermichaeln@google.com <michaeln@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-16 00:35:23 +0000
commit5ed096ed908b8a1d0e93adfb0a527502f5ef5122 (patch)
treebb3a9eeed26c10148d3c649a36088e4be20635fc /chrome/browser/automation/automation_provider.h
parentdf13a7e7e3231bffa81a1e94c4e91d3c69bb3389 (diff)
downloadchromium_src-5ed096ed908b8a1d0e93adfb0a527502f5ef5122.zip
chromium_src-5ed096ed908b8a1d0e93adfb0a527502f5ef5122.tar.gz
chromium_src-5ed096ed908b8a1d0e93adfb0a527502f5ef5122.tar.bz2
Revert 49862 - Measure loading time of several tabs.
This is a new set of ui tests to load several tabs, and look at how long it takes for a subset to finish loading. BUG=44129 TEST=none Review URL: http://codereview.chromium.org/2559001 TBR=pathorn@chromium.org Review URL: http://codereview.chromium.org/2813010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49870 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_provider.h')
-rw-r--r--chrome/browser/automation/automation_provider.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/chrome/browser/automation/automation_provider.h b/chrome/browser/automation/automation_provider.h
index b644dd4..bd37a4b 100644
--- a/chrome/browser/automation/automation_provider.h
+++ b/chrome/browser/automation/automation_provider.h
@@ -50,7 +50,6 @@ class ExtensionTestResultNotificationObserver;
class ExternalTabContainer;
class LoginHandler;
class MetricEventDurationObserver;
-class InitialLoadObserver;
class NavigationControllerRestoredObserver;
struct AutocompleteMatchData;
@@ -377,15 +376,6 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>,
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 @@ class AutomationProvider : public base::RefCounted<AutomationProvider>,
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_;