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

Unified Diff: chromecast/base/cast_sys_info_dummy.cc

Issue 2066743004: [Chromecast] More initialized fields for cast_sys_info_dummy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: meaningful names Created 4 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/base/cast_sys_info_dummy.cc
diff --git a/chromecast/base/cast_sys_info_dummy.cc b/chromecast/base/cast_sys_info_dummy.cc
index a013128421e48dacebf0c2f64110fc506bd681c0..1e393842ecaa5d92ba2ca0e71f9bf01c84a07c07 100644
--- a/chromecast/base/cast_sys_info_dummy.cc
+++ b/chromecast/base/cast_sys_info_dummy.cc
@@ -9,8 +9,11 @@ namespace chromecast {
CastSysInfoDummy::CastSysInfoDummy()
: build_type_(BUILD_ENG),
serial_number_("dummy.serial.number"),
- product_name_("dummy product"),
+ product_name_("cast_shell"),
device_model_("dummy model"),
+ board_name_("dummy board"),
+ manufacturer_("google"),
+ system_build_number_(__DATE__ " - " __TIME__),
factory_country_("US"),
factory_locale_("en-US") {
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698