Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: components/sync_driver/pref_names.h

Issue 674633002: sync: add WIFI_CREDENTIALS protobuf, ModelType, and preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: sync: add WIFI_CREDENTIALS protobuf, ModelType, and preference Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sync_driver/pref_names.h
diff --git a/components/sync_driver/pref_names.h b/components/sync_driver/pref_names.h
index a38650490ebeee1206bddea159f7d2adac46402b..85c0754d59d0188e9d241076a5916b6b121c285b 100644
--- a/components/sync_driver/pref_names.h
+++ b/components/sync_driver/pref_names.h
@@ -47,6 +47,7 @@ extern const char kSyncSyncedNotifications[];
extern const char kSyncTabs[];
extern const char kSyncThemes[];
extern const char kSyncTypedUrls[];
+extern const char kSyncWifiCredentials[];
extern const char kSyncManaged[];
extern const char kSyncSuppressStart[];

Powered by Google App Engine
This is Rietveld 408576698