| Index: chrome/renderer/autofill/form_cache.h
|
| diff --git a/chrome/renderer/autofill/form_cache.h b/chrome/renderer/autofill/form_cache.h
|
| index 43bd651eb8c03d673f4414a27d9eb031c5c28f0c..29062247524d430c04ea92d1bd8fb62f6f9a2170 100644
|
| --- a/chrome/renderer/autofill/form_cache.h
|
| +++ b/chrome/renderer/autofill/form_cache.h
|
| @@ -54,6 +54,9 @@ class FormCache {
|
| // The cached initial values for <select> elements.
|
| std::map<const WebKit::WebSelectElement, string16> initial_select_values_;
|
|
|
| + // The cached initial values for checkable <input> elements.
|
| + std::map<const WebKit::WebInputElement, bool> initial_checked_state_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(FormCache);
|
| };
|
|
|
|
|