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

Unified Diff: sync/internal_api/public/base/model_type.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: resolve conflicts with https://codereview.chromium.org/673983003 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: sync/internal_api/public/base/model_type.h
diff --git a/sync/internal_api/public/base/model_type.h b/sync/internal_api/public/base/model_type.h
index 61bcbd032cea9f3086de01e11a2d136dc3933bc8..cd97cb13f1547df2b13b51ee234fa230e255a7da 100644
--- a/sync/internal_api/public/base/model_type.h
+++ b/sync/internal_api/public/base/model_type.h
@@ -110,6 +110,9 @@ enum ModelType {
ARTICLES,
// App List items
APP_LIST,
+ // WiFi credentials. Each item contains the information for connecting to one
+ // WiFi network. This includes, e.g., network name and password.
+ WIFI_CREDENTIALS,
// ---- Proxy types ----
// Proxy types are excluded from the sync protocol, but are still considered

Powered by Google App Engine
This is Rietveld 408576698