| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index f6a946e35997b96f99b7327fa90e30f685d7835e..f28a63014f5c2dc312bd5668766323121e0d6455 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -322,6 +322,7 @@ const char kChromeUIWebRtcLogsHost[] = "webrtc-logs";
|
| // Option sub pages.
|
| // Add sub page paths to kChromeSettingsSubPages in builtin_provider.cc to be
|
| // listed by the built-in AutocompleteProvider.
|
| +const char kAutofillEditAddressSubPage[] = "autofillEditAddress";
|
| const char kAutofillSubPage[] = "autofill";
|
| const char kClearBrowserDataSubPage[] = "clearBrowserData";
|
| const char kContentSettingsExceptionsSubPage[] = "contentExceptions";
|
|
|