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

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: Fix android build 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 14705c06c4358097dbe5379d875e1b9451e958b4..7bbdc239793e25beb531df3dca8bd38c6b7f2c89 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::RectF& element_bounds) {}
-void TestAutofillExternalDelegate::ControllerDestroyed() {}
-
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698