Index: chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc |
diff --git a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc |
index 80d6c1353d72cbc9eb23258f66b054f66d67b0bd..56a79881e0ca6e7b905634a3e26e85e9ea579d2c 100644 |
--- a/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc |
+++ b/chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc |
@@ -98,7 +98,8 @@ void TabAutofillManagerDelegate::SetSyncStateChangedCallback( |
} |
void TabAutofillManagerDelegate::OnAutocheckoutError() { |
- dialog_controller_->OnAutocheckoutError(); |
+ if (dialog_controller_) |
ahutter
2013/04/10 22:38:06
I still don't think this change should be here.
benquan
2013/04/11 02:17:56
replaced the null check with a comment
|
+ dialog_controller_->OnAutocheckoutError(); |
} |
void TabAutofillManagerDelegate::ShowAutofillSettings() { |