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

Unified Diff: chrome/browser/autofill/autofill_manager.h

Issue 3413026: Landing r60095 to the M7 branch.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/517/src/
Patch Set: Created 10 years, 3 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/browser/autofill/autofill_manager.h
===================================================================
--- chrome/browser/autofill/autofill_manager.h (revision 60095)
+++ chrome/browser/autofill/autofill_manager.h (working copy)
@@ -209,7 +209,8 @@
scoped_ptr<FormStructure> upload_form_structure_;
// The InfoBar that asks for permission to store credit card information.
- scoped_ptr<AutoFillCCInfoBarDelegate> cc_infobar_;
+ // Deletes itself when closed.
+ AutoFillCCInfoBarDelegate* cc_infobar_;
friend class TestAutoFillManager;
FRIEND_TEST_ALL_PREFIXES(AutoFillManagerTest, FillCreditCardForm);
« no previous file with comments | « chrome/browser/autofill/autofill_cc_infobar_delegate.cc ('k') | chrome/browser/autofill/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698