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

Unified Diff: chrome/browser/automation/testing_automation_provider_chromeos.cc

Issue 11092058: Merge 161049 - [chromeos] Fix a use-after-free problem with LoginEventObserver (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1271/src/
Patch Set: Created 8 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
« no previous file with comments | « chrome/browser/automation/automation_event_observers_chromeos.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/testing_automation_provider_chromeos.cc
===================================================================
--- chrome/browser/automation/testing_automation_provider_chromeos.cc (revision 161187)
+++ chrome/browser/automation/testing_automation_provider_chromeos.cc (working copy)
@@ -399,8 +399,7 @@
automation_event_queue_.reset(new AutomationEventQueue);
int observer_id = automation_event_queue_->AddObserver(
- new LoginEventObserver(automation_event_queue_.get(),
- controller, this));
+ new LoginEventObserver(automation_event_queue_.get(), this));
// Return the observer's id.
DictionaryValue return_value;
« no previous file with comments | « chrome/browser/automation/automation_event_observers_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698