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

Unified Diff: components/omnibox/omnibox_field_trial.h

Issue 489373005: Omnibox: Make URLs of Bookmarks Searchable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sky + pkasting's comments Created 6 years, 4 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: components/omnibox/omnibox_field_trial.h
diff --git a/components/omnibox/omnibox_field_trial.h b/components/omnibox/omnibox_field_trial.h
index cc4440d66ccaa8b04cbf3e0deb579ae061c45bd0..07377bdc7052aa8085c479d91334ed37bdb3c757 100644
--- a/components/omnibox/omnibox_field_trial.h
+++ b/components/omnibox/omnibox_field_trial.h
@@ -236,17 +236,6 @@ class OmniboxFieldTrial {
static bool HQPAllowMatchInSchemeValue();
// ---------------------------------------------------------
- // For the BookmarksIndexURLs experiment that's part of the
- // bundled omnibox field trial.
-
- // Returns true if BookmarkIndex should index the URL of bookmarks
- // (not only the titles) and search for / mark matches in the URLs,
- // and BookmarkProvider should score bookmarks based on both the
- // matches in bookmark title and URL. Returns false if the bookmarks
- // index URLs experiment isn't active.
- static bool BookmarksIndexURLsValue();
-
- // ---------------------------------------------------------
// For the DisableInlining experiment that's part of the bundled omnibox
// field trial.
@@ -304,7 +293,6 @@ class OmniboxFieldTrial {
static const char kHQPAllowMatchInSchemeRule[];
static const char kZeroSuggestRule[];
static const char kZeroSuggestVariantRule[];
- static const char kBookmarksIndexURLsRule[];
static const char kDisableInliningRule[];
static const char kAnswersInSuggestRule[];
static const char kAddUWYTMatchEvenIfPromotedURLsRule[];
« no previous file with comments | « components/enhanced_bookmarks/metadata_accessor_unittest.cc ('k') | components/omnibox/omnibox_field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698