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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2745533005: Show notification during ARC managed provision (Closed)
Patch Set: Update message Created 3 years, 8 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 | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/chromeos/arc/arc_service_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index ce91c781077ace9b3670ae184adcef7e65a67fb4..8b140e15b74ba7ab39806eb1cc2569a50b24f6a3 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -302,6 +302,8 @@ source_set("chromeos") {
"arc/intent_helper/arc_settings_service.h",
"arc/notification/arc_boot_error_notification.cc",
"arc/notification/arc_boot_error_notification.h",
+ "arc/notification/arc_provision_notification_service.cc",
+ "arc/notification/arc_provision_notification_service.h",
"arc/optin/arc_optin_preference_handler.cc",
"arc/optin/arc_optin_preference_handler.h",
"arc/optin/arc_optin_preference_handler_observer.h",
@@ -1549,6 +1551,7 @@ source_set("unit_tests") {
"arc/fileapi/arc_file_system_operation_runner_unittest.cc",
"arc/intent_helper/arc_external_protocol_dialog_unittest.cc",
"arc/intent_helper/arc_navigation_throttle_unittest.cc",
+ "arc/notification/arc_provision_notification_service_unittest.cc",
"arc/optin/arc_terms_of_service_default_negotiator_unittest.cc",
"arc/policy/arc_policy_bridge_unittest.cc",
"attestation/attestation_ca_client_unittest.cc",
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/chromeos/arc/arc_service_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698