| Index: chrome/browser/cocoa/preferences_window_controller_unittest.mm
|
| diff --git a/chrome/browser/cocoa/preferences_window_controller_unittest.mm b/chrome/browser/cocoa/preferences_window_controller_unittest.mm
|
| index 8040e568edb3240a7cc1c100a1e6092e16ce7d30..f09bfba17259dd6d4f8eb8295ab0bbc4f01f0b2b 100644
|
| --- a/chrome/browser/cocoa/preferences_window_controller_unittest.mm
|
| +++ b/chrome/browser/cocoa/preferences_window_controller_unittest.mm
|
| @@ -91,4 +91,8 @@ TEST_F(PrefsControllerTest, ValidateCustomHomePagesTable) {
|
| EXPECT_EQ(1U, [[pref_controller_ customPagesSource] countOfCustomHomePages]);
|
| }
|
|
|
| +// TODO(akalin): Figure out how to test sync controls.
|
| +// TODO(akalin): Figure out how to test that sync controls are not shown
|
| +// when there isn't a sync service.
|
| +
|
| } // namespace
|
|
|