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

Unified Diff: chrome/renderer/searchbox/searchbox_extension.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/renderer/searchbox/searchbox.cc ('k') | chrome/renderer/searchbox/searchbox_extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/searchbox/searchbox_extension.h
diff --git a/chrome/renderer/searchbox/searchbox_extension.h b/chrome/renderer/searchbox/searchbox_extension.h
index 1ce9a95714e2312fdf25a372cdd3421fe9b365f3..3f86ca02b25ceaf51b7b75f2da6a532c2cf398ee 100644
--- a/chrome/renderer/searchbox/searchbox_extension.h
+++ b/chrome/renderer/searchbox/searchbox_extension.h
@@ -26,10 +26,6 @@ class SearchBoxExtension {
// if match-preview is not enabled. Caller takes ownership of returned object.
static v8::Extension* Get();
- // Returns true if a page supports Instant, that is, if it has bound an
- // onsubmit() handler.
- static bool PageSupportsInstant(blink::WebFrame* frame);
-
// Helpers to dispatch Javascript events.
static void DispatchChromeIdentityCheckResult(blink::WebFrame* frame,
const base::string16& identity,
« no previous file with comments | « chrome/renderer/searchbox/searchbox.cc ('k') | chrome/renderer/searchbox/searchbox_extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698