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

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

Issue 12319124: Enable query extraction for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed kEnableQueryExtraction Created 7 years, 10 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
Index: chrome/browser/ui/search/search.h
diff --git a/chrome/browser/ui/search/search.h b/chrome/browser/ui/search/search.h
index c66244ef570a7ea6f2ed20229cefa313d21a7185..3b93fa8a1cb8e9b3ae347af28be1d8bd1eeadab1 100644
--- a/chrome/browser/ui/search/search.h
+++ b/chrome/browser/ui/search/search.h
@@ -80,9 +80,6 @@ bool ShouldAssignURLToInstantRenderer(const GURL& url, Profile* profile);
// Forces the Instant Extended API to be enabled for tests.
void EnableInstantExtendedAPIForTesting();
-// Forces query extraction to be enabled for tests.
-void EnableQueryExtractionForTesting();
-
// Actually implements the logic for ShouldAssignURLToInstantRenderer().
// Exposed for testing only.
bool ShouldAssignURLToInstantRendererImpl(const GURL& url,

Powered by Google App Engine
This is Rietveld 408576698