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

Unified Diff: chrome/browser/about_flags.cc

Issue 2874593002: Omnibox UI Experiments: Clean up naming for Vertical Margin (Closed)
Patch Set: change back misspelling Created 3 years, 7 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 | chrome/browser/ui/views/omnibox/omnibox_result_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 09ce9a4351f818b2efe20564e0a26018040b93bb..059fe8234236edfad9fce6c86552575ba59fefa1 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -967,15 +967,15 @@ const FeatureEntry::Choice kEnableHeapProfilingChoices[] = {
switches::kEnableHeapProfilingTaskProfiler}};
const FeatureEntry::FeatureParam kOmniboxUIVerticalMargin4px[] = {
- {OmniboxFieldTrial::kUIExperimentsVerticalMarginParam, "4"}};
+ {OmniboxFieldTrial::kUIVerticalMarginParam, "4"}};
const FeatureEntry::FeatureParam kOmniboxUIVerticalMargin8px[] = {
- {OmniboxFieldTrial::kUIExperimentsVerticalMarginParam, "8"}};
+ {OmniboxFieldTrial::kUIVerticalMarginParam, "8"}};
const FeatureEntry::FeatureParam kOmniboxUIVerticalMargin12px[] = {
- {OmniboxFieldTrial::kUIExperimentsVerticalMarginParam, "12"}};
+ {OmniboxFieldTrial::kUIVerticalMarginParam, "12"}};
const FeatureEntry::FeatureParam kOmniboxUIVerticalMargin16px[] = {
- {OmniboxFieldTrial::kUIExperimentsVerticalMarginParam, "16"}};
+ {OmniboxFieldTrial::kUIVerticalMarginParam, "16"}};
const FeatureEntry::FeatureParam kOmniboxUIVerticalMargin20px[] = {
- {OmniboxFieldTrial::kUIExperimentsVerticalMarginParam, "20"}};
+ {OmniboxFieldTrial::kUIVerticalMarginParam, "20"}};
const FeatureEntry::FeatureVariation kOmniboxUIVerticalMarginVariations[] = {
{"4px vertical margin", kOmniboxUIVerticalMargin4px,
@@ -2863,7 +2863,7 @@ const FeatureEntry kFeatureEntries[] = {
{"omnibox-ui-vertical-margin",
flag_descriptions::kOmniboxUIVerticalMarginName,
flag_descriptions::kOmniboxUIVerticalMarginDescription, kOsDesktop,
- FEATURE_WITH_PARAMS_VALUE_TYPE(omnibox::kUIExperiments,
+ FEATURE_WITH_PARAMS_VALUE_TYPE(omnibox::kUIExperimentVerticalMargin,
kOmniboxUIVerticalMarginVariations,
"OmniboxUIVerticalMarginVariations")},
« no previous file with comments | « no previous file | chrome/browser/ui/views/omnibox/omnibox_result_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698