| Index: chrome/common/BUILD.gn
|
| diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
|
| index bdf7fed5f344df1af579d673ebc99965abe644c4..cf4b5f1448692ed9229084c371fbf2bacfe4cf81 100644
|
| --- a/chrome/common/BUILD.gn
|
| +++ b/chrome/common/BUILD.gn
|
| @@ -37,6 +37,7 @@ buildflag_header("features") {
|
| "ENABLE_GOOGLE_NOW=$enable_google_now",
|
| "ENABLE_HANGOUT_SERVICES_EXTENSION=$enable_hangout_services_extension",
|
| "ENABLE_ONE_CLICK_SIGNIN=$enable_one_click_signin",
|
| + "ENABLE_NATIVE_NOTIFICATIONS=$enable_native_notifications",
|
| "ENABLE_PACKAGE_MASH_SERVICES=$enable_package_mash_services",
|
| "ENABLE_SERVICE_DISCOVERY=$enable_service_discovery",
|
| "ENABLE_SESSION_SERVICE=$enable_session_service",
|
|
|