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

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

Issue 328031: Refactor paste and go out of AutocompleteEdit. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: style fixes Created 11 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_edit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_edit.h
===================================================================
--- chrome/browser/autocomplete/autocomplete_edit.h (revision 30347)
+++ chrome/browser/autocomplete/autocomplete_edit.h (working copy)
@@ -101,7 +101,7 @@
AutocompleteEditModel(AutocompleteEditView* view,
AutocompleteEditController* controller,
Profile* profile);
- ~AutocompleteEditModel();
+ ~AutocompleteEditModel() {}
void SetPopupModel(AutocompletePopupModel* popup_model);
@@ -334,18 +334,6 @@
bool* is_history_what_you_typed_match,
GURL* alternate_nav_url) const;
- // Performs a query for only the synchronously available matches for the
- // current input, sets |transition|, |is_history_what_you_typed_match|, and
- // |alternate_nav_url| (if applicable) based on the default match, and returns
- // its url. |transition|, |is_history_what_you_typed_match| and/or
- // |alternate_nav_url| may be null, in which case they are not updated.
- //
- // If there are no matches for the input, leaves the outparams unset and
- // returns the empty string.
- GURL URLsForDefaultMatch(PageTransition::Type* transition,
- bool* is_history_what_you_typed_match,
- GURL* alternate_nav_url) const;
-
AutocompleteEditView* view_;
AutocompletePopupModel* popup_;
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_edit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698