Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 2bb33b0a23ed28c1923168de055dbfd4ca64325a..6e13428b9782e868f1ff2107abefc95992da79af 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -6833,6 +6833,14 @@ Keep your key file in a safe place. You will need it to create new versions of y |
| <message name="IDS_FLAGS_PERFORMANCE_MONITOR_GATHERING_DESCRIPTION" desc="Description for the flag to enable Performance Monitor."> |
| Enable passive gathering of performance-related metrics and events and provide the option to view this data in a graphical fashion. |
| </message> |
| + |
| + <message name="IDS_FLAGS_ENABLE_INTERACTIVE_AUTOCOMPLETE_NAME" desc="Name of the flag that enables an interactive autocomplete UI."> |
| + Enable interactive autocomplete |
| + </message> |
| + <message name="IDS_FLAGS_ENABLE_INTERACTIVE_AUTOCOMPLETE_DESCRIPTION" desc="Description of the flag to enable an interactive autocomplete UI."> |
| + Enable an interactive autocomplete UI that can be invoked by calling HTMLFormElement#requestAutocomplete. |
| + </message> |
|
Ilya Sherman
2012/11/08 05:44:35
nit: I'd recommend adding these near the other Aut
Dan Beam
2012/11/08 21:40:30
Done. However, I think there will continue to be
|
| + |
| <!-- Crashes --> |
| <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes page."> |
| Crashes |