| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 499cf6d521f0d9602fdbcf447ea1127edf225ecb..e64a6e6121f3d0485c062c5bc677bb001b08b89b 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -265,6 +265,7 @@ const char kSyncSetupForceLoginSubPage[] = "syncSetup#forceLogin";
|
| #if defined(OS_CHROMEOS)
|
| const char kInternetOptionsSubPage[] = "internet";
|
| const char kSystemOptionsSubPage[] = "system";
|
| +const char kBluetoothAddDeviceSubPage[] = "bluetooth";
|
| #endif
|
|
|
| const char kSyncGoogleDashboardURL[] = "https://www.google.com/dashboard/";
|
|
|