| Index: base/android/build_info.cc
|
| diff --git a/base/android/build_info.cc b/base/android/build_info.cc
|
| index fcb2eef5ee813b58c9933f9dc9327e0cd0452e14..0414efaedbdb8a2b62b2b9282f8bd2de8c353696 100644
|
| --- a/base/android/build_info.cc
|
| +++ b/base/android/build_info.cc
|
| @@ -51,6 +51,8 @@ BuildInfo::BuildInfo(JNIEnv* env)
|
| env, GetApplicationContext()))),
|
| package_version_name_(StrDupJString(Java_BuildInfo_getPackageVersionName(
|
| env, GetApplicationContext()))),
|
| + package_label_(StrDupJString(Java_BuildInfo_getPackageLabel(
|
| + env, GetApplicationContext()))),
|
| java_exception_info_(NULL) {
|
| }
|
|
|
|
|