| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 532daacd05e8f055720689cdcd26dffb6e4843b0..ade5ca29db4848a6a9dd74ff481eced70e12eb9e 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1023,6 +1023,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";
|
|
|
|
|