Index: components/password_manager/core/browser/password_autofill_manager.cc |
diff --git a/components/password_manager/core/browser/password_autofill_manager.cc b/components/password_manager/core/browser/password_autofill_manager.cc |
index 3100bddf4e6f0101715f8781cb68e6253c8cdd30..8a5b88adc11037fa93d7a53c831cd380920dac23 100644 |
--- a/components/password_manager/core/browser/password_autofill_manager.cc |
+++ b/components/password_manager/core/browser/password_autofill_manager.cc |
@@ -258,8 +258,6 @@ bool PasswordAutofillManager::GetDeletionConfirmationText( |
bool PasswordAutofillManager::RemoveSuggestion(const base::string16& value, |
int identifier) { |
- // http://crbug.com/329038 |
- NOTIMPLEMENTED(); |
return false; |
vabr (Chromium)
2015/11/06 10:57:40
Please add a comment referencing http://crbug.com/
|
} |