| Index: chrome/browser/resources/predictors/autocomplete_action_predictor.html
|
| diff --git a/chrome/browser/resources/predictors/autocomplete_action_predictor.html b/chrome/browser/resources/predictors/autocomplete_action_predictor.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cc2e7597d3bedacbbb39c0bfd22424a48558135b
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/predictors/autocomplete_action_predictor.html
|
| @@ -0,0 +1,24 @@
|
| +<div id="autocompleteActionPredictorEnabledMode" hidden>
|
| + <label>
|
| + <input id="filter" type="checkbox" disabled>
|
| + Filter zero confidences
|
| + </label>
|
| + <h2 id="countBanner"></h2>
|
| + <!-- TODO(dominich): Sorting. -->
|
| + <table id="databaseTable">
|
| + <thead>
|
| + <tr>
|
| + <th>User Text</th>
|
| + <th>URL</th>
|
| + <th>Hit Count</th>
|
| + <th>Miss Count</th>
|
| + <th>Confidence</th>
|
| + </tr>
|
| + </thead>
|
| + <tbody id="databaseTableBody">
|
| + </tbody>
|
| + </table>
|
| +</div>
|
| +<div id="autocompleteActionPredictorDisabledMode" hidden>
|
| + <p>Autocomplete Action Predictor is disabled.</p>
|
| +</div>
|
|
|