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

Unified Diff: components/omnibox/browser/omnibox_field_trial.h

Issue 2808413003: Omnibox - Reduce Clipboard URL Suggestions to 1 Hour (Closed)
Patch Set: fix rebase error 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 | « no previous file | components/open_from_clipboard/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | components/open_from_clipboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698