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

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

Issue 10073018: Add Delete Support to New Autofill UI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adding profile and credit card deleteion Created 8 years, 8 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
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
index 8278ca73e0a482ba4d1eda59c55c2e91996e39f4..51e75fb9ed8314941ec870033fd2ce7adb673908 100644
--- a/chrome/browser/autofill/autofill_manager.h
+++ b/chrome/browser/autofill/autofill_manager.h
@@ -91,6 +91,7 @@ class AutofillManager : public content::WebContentsObserver,
void OnShowAutofillDialog();
void OnDidPreviewAutofillFormData();
void OnShowPasswordGenerationPopup(const gfx::Rect& bounds);
+ void RemoveAutofillProfileOrCreditCard(int unique_id);
Ilya Sherman 2012/04/18 18:12:51 nit: Please add a blank line preceding this method
csharp 2012/04/19 15:33:24 Done.
protected:
// Only test code should subclass AutofillManager.

Powered by Google App Engine
This is Rietveld 408576698