| Index: chrome/browser/omnibox/omnibox_field_trial.h | 
| diff --git a/chrome/browser/omnibox/omnibox_field_trial.h b/chrome/browser/omnibox/omnibox_field_trial.h | 
| index 01fc08e47a39e52d4567638fb7e7e28147db4724..c30c7518ed1a079dd999335ca62ddae2178028a4 100644 | 
| --- a/chrome/browser/omnibox/omnibox_field_trial.h | 
| +++ b/chrome/browser/omnibox/omnibox_field_trial.h | 
| @@ -175,6 +175,16 @@ class OmniboxFieldTrial { | 
| AutocompleteInput::PageClassification current_page_classification); | 
|  | 
| // --------------------------------------------------------- | 
| +  // For the HQPBookmarkValue experiment that's part of the | 
| +  // bundled omnibox field trial. | 
| + | 
| +  // Returns the value an untyped visit to a bookmark should receive. | 
| +  // Compare this value with the default of 1 for non-bookmarked untyped | 
| +  // visits to pages and the default of 20 for typed visits.  Returns | 
| +  // 1 if the bookmark value experiment isn't active. | 
| +  static int HQPBookmarkValue(); | 
| + | 
| +  // --------------------------------------------------------- | 
| // Exposed publicly for the sake of unittests. | 
| static const char kBundledExperimentFieldTrialName[]; | 
| // Rule names used by the bundled experiment. | 
| @@ -183,6 +193,7 @@ class OmniboxFieldTrial { | 
| static const char kDemoteByTypeRule[]; | 
| static const char kUndemotableTopTypeRule[]; | 
| static const char kReorderForLegalDefaultMatchRule[]; | 
| +  static const char kHQPBookmarkValueRule[]; | 
| // Rule values. | 
| static const char kReorderForLegalDefaultMatchRuleEnabled[]; | 
|  | 
|  |