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

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

Issue 6291002: Attempt at fixing reliability crash. If the AutomationProvider goes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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_observers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_provider_observers.h
diff --git a/chrome/browser/automation/automation_provider_observers.h b/chrome/browser/automation/automation_provider_observers.h
index 88688637387e08d1067b5522b02be6b5410c79e5..6cbe1bd0af5ffcc8758bd884bdf44d0d53090ed8 100644
--- a/chrome/browser/automation/automation_provider_observers.h
+++ b/chrome/browser/automation/automation_provider_observers.h
@@ -439,7 +439,7 @@ class ExecuteBrowserCommandObserver : public NotificationObserver {
bool GetNotificationType(int command, NotificationType::Type* type);
NotificationRegistrar registrar_;
- AutomationProvider* automation_;
+ scoped_refptr<AutomationProvider> automation_;
NotificationType::Type notification_type_;
IPC::Message* reply_message_;
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider_observers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698