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

Unified Diff: chrome/browser/autocomplete/autocomplete_edit.h

Issue 177052: Add autocomplete_edit_view_browsertest.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/autocomplete/autocomplete_edit.h
===================================================================
--- chrome/browser/autocomplete/autocomplete_edit.h (revision 26093)
+++ chrome/browser/autocomplete/autocomplete_edit.h (working copy)
@@ -102,6 +102,9 @@
void SetPopupModel(AutocompletePopupModel* popup_model);
+ // It should only be used by testing code.
Paweł Hajdan Jr. 2009/09/14 16:48:41 nit: Why not #ifdef UNIT_TEST then?
James Su 2009/09/15 01:13:47 Done.
+ AutocompletePopupModel* popup_model() const { return popup_; }
+
// Invoked when the profile has changed.
void SetProfile(Profile* profile);

Powered by Google App Engine
This is Rietveld 408576698