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

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

Issue 2721993002: Omnibox - Make Clipboard Provider Enabled via an Experimental Feature (Closed)
Patch Set: remove unnecessary variable Created 3 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: 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 6c7ca25b0c1faa810425f4f20c9e85d3aa803cf6..8c90361520038aeeab14b0bb7bbedf75a23458d9 100644
--- a/components/omnibox/browser/omnibox_field_trial.h
+++ b/components/omnibox/browser/omnibox_field_trial.h
@@ -25,7 +25,7 @@ class TimeDelta;
namespace omnibox {
extern const base::Feature kNewOmniboxAnswerTypes;
-
+extern const base::Feature kEnableClipboardProvider;
}
// The set of parameters customizing the HUP scoring.

Powered by Google App Engine
This is Rietveld 408576698