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

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

Issue 10388175: Remove all the unnused automation IPCs. These were used by UI tests that have been converted to bro… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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_tab_tracker.h
===================================================================
--- chrome/browser/automation/automation_tab_tracker.h (revision 137438)
+++ chrome/browser/automation/automation_tab_tracker.h (working copy)
@@ -28,12 +28,7 @@
const content::NotificationSource& source,
const content::NotificationDetails& details);
- base::Time GetLastNavigationTime(int handle);
-
private:
- // Last time a navigation occurred.
- std::map<content::NavigationController*, base::Time> last_navigation_times_;
-
DISALLOW_COPY_AND_ASSIGN(AutomationTabTracker);
};
« no previous file with comments | « chrome/browser/automation/automation_resource_message_filter.cc ('k') | chrome/browser/automation/automation_tab_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698