Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index 0c538fdbdd5dbb3ea5049b605887cf60c6f71a75..4695f1b02c6ff71a53f31e5d643e79a71e578de0 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -146,6 +146,9 @@ extern const char kEnableResourceContentSettings[]; |
extern const char kEnableSearchProviderApiV2[]; |
extern const char kEnableShortcutsProvider[]; |
extern const char kEnableSmoothScrolling[]; |
+// TODO(kalman): Add to about:flags when UI for syncing extension settings has |
+// been figured out. |
+extern const char kEnableSyncExtensionSettings[]; |
extern const char kEnableSyncOAuth[]; |
extern const char kEnableSyncSearchEngines[]; |
extern const char kEnableSyncTabs[]; |