| Index: components/omnibox/browser/omnibox_field_trial.h
|
| diff --git a/components/omnibox/browser/omnibox_field_trial.h b/components/omnibox/browser/omnibox_field_trial.h
|
| index 2409711b18e74acf5538f06890b3bae1e0e47138..82185aaf3dec36da126ca7e3e804061fabc24a43 100644
|
| --- a/components/omnibox/browser/omnibox_field_trial.h
|
| +++ b/components/omnibox/browser/omnibox_field_trial.h
|
| @@ -426,6 +426,16 @@ class OmniboxFieldTrial {
|
| static std::string ZeroSuggestRedirectToChromeAdditionalFields();
|
|
|
| // ---------------------------------------------------------
|
| + // Clipboard URL suggestions:
|
| +
|
| + // The parameter "ClipboardURLMaximumAge" doesn't live in this file; instead
|
| + // it lives in
|
| + // components/open_from_clipboard/clipboard_recent_content.cc.
|
| + // Please see ClipboardRecentContent::MaximumAgeOfClipboard() for the usage
|
| + // of it. The parameter cannot live here because that component cannot
|
| + // include this component, else there would be a circular dependency.
|
| +
|
| + // ---------------------------------------------------------
|
| // Exposed publicly for the sake of unittests.
|
| static const char kBundledExperimentFieldTrialName[];
|
| // Rule names used by the bundled experiment.
|
|
|