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

Unified Diff: chrome/common/instant.mojom

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/browser/ui/search/search_tab_helper_unittest.cc ('k') | chrome/common/search/mock_searchbox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/instant.mojom
diff --git a/chrome/common/instant.mojom b/chrome/common/instant.mojom
index 45c9da14459ae37605360fd02687ab4b90fb7b83..1a53f2c1a04db2b15643c78478b119f557ae9534 100644
--- a/chrome/common/instant.mojom
+++ b/chrome/common/instant.mojom
@@ -35,11 +35,8 @@ interface EmbeddedSearchConnector {
//
// Browser interface to support embedded search. Render frames connect to this
// interface to query browser data, such as the most visited pages.
+// See http://dev.chromium.org/embeddedsearch
interface Instant {
- // Tells InstantExtended whether the embedded search API is supported.
- // See http://dev.chromium.org/embeddedsearch
- InstantSupportDetermined(int32 page_seq_no, bool result);
-
// Tells InstantExtended to set the omnibox focus state.
FocusOmnibox(int32 page_seq_no, OmniboxFocusState state);
@@ -104,8 +101,6 @@ struct ThemeBackgroundInfo;
interface SearchBox {
SetPageSequenceNumber(int32 page_seq_no);
- DetermineIfPageSupportsInstant();
-
FocusChanged(OmniboxFocusState new_focus_state,
OmniboxFocusChangeReason reason);
« no previous file with comments | « chrome/browser/ui/search/search_tab_helper_unittest.cc ('k') | chrome/common/search/mock_searchbox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698