diff options
Diffstat (limited to 'chrome/test/automation/automation_handle_tracker.cc')
-rw-r--r-- | chrome/test/automation/automation_handle_tracker.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/automation/automation_handle_tracker.cc b/chrome/test/automation/automation_handle_tracker.cc index 5a1e623..ab29c2a 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. |