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

Unified Diff: chrome/test/automation/automation_handle_tracker.cc

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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/test/automation/automation_handle_tracker.cc
diff --git a/chrome/test/automation/automation_handle_tracker.cc b/chrome/test/automation/automation_handle_tracker.cc
index 5a1e62323a5c9e17bfd0290ecfadaca96323c4ac..ab29c2a27e81d8472b593d18d1c6526d529ac6e5 100644
--- a/chrome/test/automation/automation_handle_tracker.cc
+++ b/chrome/test/automation/automation_handle_tracker.cc
@@ -22,6 +22,8 @@ AutomationResourceProxy::~AutomationResourceProxy() {
tracker_->Remove(this);
}
+AutomationHandleTracker::AutomationHandleTracker() : channel_(NULL) {}
+
AutomationHandleTracker::~AutomationHandleTracker() {
// Tell any live objects that the tracker is going away so they don't try to
// call us when they are being destroyed.

Powered by Google App Engine
This is Rietveld 408576698