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

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

Issue 6359002: Removes some code we no longer care about. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
diff --git a/chrome/browser/autocomplete/autocomplete_edit.h b/chrome/browser/autocomplete/autocomplete_edit.h
index 83c87c3965c8071353fda18c431c032c6914793c..ea70b849e4c489f618fd3f60a507a561a6954bb8 100644
--- a/chrome/browser/autocomplete/autocomplete_edit.h
+++ b/chrome/browser/autocomplete/autocomplete_edit.h
@@ -56,9 +56,6 @@ class AutocompleteEditController {
// Returns false if there is no instant preview showing.
virtual bool AcceptCurrentInstantPreview() = 0;
- // Sets the suggested search text to |suggested_text|.
- virtual void OnSetSuggestedSearchText(const string16& suggested_text) = 0;
-
// Invoked when the popup is going to change its bounds to |bounds|.
virtual void OnPopupBoundsChanged(const gfx::Rect& bounds) = 0;
@@ -339,9 +336,6 @@ class AutocompleteEditModel : public NotificationObserver {
// Invoked when the popup is going to change its bounds to |bounds|.
void PopupBoundsChangedTo(const gfx::Rect& bounds);
- // Invoked when the autocomplete results may have changed in some way.
- void ResultsUpdated();
-
private:
enum PasteState {
NONE, // Most recent edit was not a paste that replaced all text.
@@ -399,10 +393,6 @@ class AutocompleteEditModel : public NotificationObserver {
// copy.
bool GetURLForText(const std::wstring& text, GURL* url) const;
- // Determines the suggested search text and invokes OnSetSuggestedSearchText
- // on the controller.
- void UpdateSuggestedSearchText();
-
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