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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc

Issue 12288046: Merge 182751 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1410/src/
Patch Set: 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/ui/autofill/autofill_popup_controller_unittest.cc
===================================================================
--- chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc (revision 183209)
+++ chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc (working copy)
@@ -223,9 +223,7 @@
// Remove the last entry. The popup should then be hidden since there are
// no Autofill entries left.
autofill_popup_controller_->SetSelectedLine(0);
- // The controller self-deletes here, don't double delete.
EXPECT_TRUE(autofill_popup_controller_->RemoveSelectedLine());
- autofill_popup_controller_ = NULL;
}
TEST_F(AutofillPopupControllerUnitTest, SkipSeparator) {
« no previous file with comments | « chrome/browser/ui/autofill/autofill_popup_controller_impl.cc ('k') | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698