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

Unified Diff: chrome/browser/autofill/test_autofill_external_delegate.cc

Issue 12217024: Use WeakPtr to simplify AutofillPopupControllerImpl memory management (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments and fix test Created 7 years, 10 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/test_autofill_external_delegate.cc
diff --git a/chrome/browser/autofill/test_autofill_external_delegate.cc b/chrome/browser/autofill/test_autofill_external_delegate.cc
index 9cb7d825181718c4a18007eddfff3b5277412e48..b4ba43313f8b1ced4f3d2b668e6df8a0bcc7f04c 100644
--- a/chrome/browser/autofill/test_autofill_external_delegate.cc
+++ b/chrome/browser/autofill/test_autofill_external_delegate.cc
@@ -48,6 +48,4 @@ void TestAutofillExternalDelegate::HideAutofillPopup() {}
void TestAutofillExternalDelegate::EnsurePopupForElement(
const gfx::Rect& element_bounds) {}
-void TestAutofillExternalDelegate::ControllerDestroyed() {}
-
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698