Index: chrome/browser/ui/webui/options/browser_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc |
index c8ad1354f1f5d0ae603a0cf2a2112e732a321884..03fcbe375c190252c56cf8276752c96d845d6371 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc |
@@ -1367,6 +1367,9 @@ void BrowserOptionsHandler::OnWallpaperManagedChanged(bool managed) { |
scoped_ptr<base::DictionaryValue> |
BrowserOptionsHandler::GetSyncStateDictionary() { |
+ // The items which are to be written into |sync_status| are also described in |
+ // chrome/browser/resources/options/browser_options.js in @typedef |
+ // for SyncStatus. Please update it whenever you add or remove any keys here. |
scoped_ptr<base::DictionaryValue> sync_status(new base::DictionaryValue); |
Profile* profile = Profile::FromWebUI(web_ui()); |
if (profile->IsGuestSession()) { |