| Index: chrome/common/url_constants.cc
|
| ===================================================================
|
| --- chrome/common/url_constants.cc (revision 154673)
|
| +++ chrome/common/url_constants.cc (working copy)
|
| @@ -298,6 +298,9 @@
|
| const char kBluetoothAddDeviceSubPage[] = "bluetooth";
|
| #endif
|
|
|
| +// Extension sub pages.
|
| +const char kExtensionConfigureCommandsSubPage[] = "configureCommands";
|
| +
|
| const char kSyncGoogleDashboardURL[] = "https://www.google.com/dashboard/";
|
|
|
| const char kAutoPasswordGenerationLearnMoreURL[] =
|
|
|