| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 8ebff595fbbcb7d6c1bdb2f71697713033a7b26f..73ad111d999e91e170bf12067a17e6af1f605c0e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1016,6 +1016,9 @@ const char kAutofillNegativeUploadRate[] = "autofill.negative_upload_rate";
|
| // Boolean option set to true on the first run. Non-persistent.
|
| const char kAutofillPersonalDataManagerFirstRun[] = "autofill.pdm.first_run";
|
|
|
| +// String that indicates the base url of the Autofill service.
|
| +const char kAutofillServiceUrl[] = "autofill.service_url";
|
| +
|
| // Modifying bookmarks is completely disabled when this is set to false.
|
| const char kEditBookmarksEnabled[] = "bookmarks.editing_enabled";
|
|
|
|
|