Commit 8635a4cb authored by Orin Jaworski's avatar Orin Jaworski Committed by Commit Bot

[omnibox] Add suggested synonyms to Pedal concepts data

This CL adds 'change' and 'create' to synonym lists for
two Pedals. To better track changes to this data, the
source JSON data is also added for source control.

Bug: 893183
Change-Id: I812e1c052b78dc72d7f1b4580ca4eaeb9b0338bd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1986428Reviewed-by: default avatarJustin Donnelly <jdonnelly@chromium.org>
Commit-Queue: Orin Jaworski <orinj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#728354}
parent ecbd5fbb
......@@ -7,8 +7,10 @@
#ifndef COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_PEDAL_CONCEPTS_H_
#define COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_PEDAL_CONCEPTS_H_
// The runtime loaded data must match this version exactly.
constexpr int OMNIBOX_PEDAL_CONCEPTS_DATA_VERSION = 14776860;
// This value is generated during Pedal concept data processing, and written
// to all data files as well as the source code here to ensure synchrony.
// The runtime loaded data must match this version exactly or it won't load.
constexpr int OMNIBOX_PEDAL_CONCEPTS_DATA_VERSION = 15145661;
// Unique identifiers for Pedals, used to bind loaded data to implementations.
enum class OmniboxPedalId {
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment