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

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

Issue 2813010: Revert 49862 - Measure loading time of several tabs.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698