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

Unified Diff: chrome/common/search/mock_searchbox.h

Issue 2852693002: Remove DetermineIfPageSupportsInstant and all its plumbing (Closed)
Patch Set: rebase Created 3 years, 8 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/common/instant.mojom ('k') | chrome/renderer/searchbox/searchbox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/search/mock_searchbox.h
diff --git a/chrome/common/search/mock_searchbox.h b/chrome/common/search/mock_searchbox.h
index baaf455bb85c06cafd56dca28347095946f50402..9443f48a19fba034316925d92aaa9e5475b34aab 100644
--- a/chrome/common/search/mock_searchbox.h
+++ b/chrome/common/search/mock_searchbox.h
@@ -15,7 +15,6 @@ class MockSearchBox : public chrome::mojom::SearchBox {
MOCK_METHOD1(SetPageSequenceNumber, void(int));
MOCK_METHOD2(ChromeIdentityCheckResult, void(const base::string16&, bool));
- MOCK_METHOD0(DetermineIfPageSupportsInstant, void());
MOCK_METHOD2(FocusChanged, void(OmniboxFocusState, OmniboxFocusChangeReason));
MOCK_METHOD1(HistorySyncCheckResult, void(bool));
MOCK_METHOD1(MostVisitedChanged,
« no previous file with comments | « chrome/common/instant.mojom ('k') | chrome/renderer/searchbox/searchbox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698