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

Unified Diff: chrome/browser/search/search.h

Issue 17521002: Added a check in Searchbox::OnMostVisitedChanged() to prevent duplicate notifications regarding mos… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 6 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 | « chrome/browser/search/instant_service.cc ('k') | chrome/browser/search/search.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search/search.h
diff --git a/chrome/browser/search/search.h b/chrome/browser/search/search.h
index 759b6e3c3c44bd46c6f15eaea659da2e01337429..e56a902c2fee18bb6bd2893d456ff6049dc03102 100644
--- a/chrome/browser/search/search.h
+++ b/chrome/browser/search/search.h
@@ -11,7 +11,6 @@
#include "base/basictypes.h"
#include "base/strings/string16.h"
-#include "chrome/common/instant_types.h"
class GURL;
class Profile;
@@ -244,11 +243,6 @@ bool DefaultSearchProviderSupportsInstant(Profile* profile);
// once.
void ResetInstantExtendedOptInStateGateForTest();
-// Returns true if |items_a| and |items_b| are equal.
-bool AreMostVisitedItemsEqual(
- const std::vector<InstantMostVisitedItem>& items_a,
- const std::vector<InstantMostVisitedItem>& items_b);
-
} // namespace chrome
#endif // CHROME_BROWSER_SEARCH_SEARCH_H_
« no previous file with comments | « chrome/browser/search/instant_service.cc ('k') | chrome/browser/search/search.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698