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

Unified Diff: chromeos/dbus/fake_session_manager_client.cc

Issue 2359003004: Disable ACTION_BOOT_COMPLETED event for 3rd party apps. (Closed)
Patch Set: Remove _arc_ in some variables and comments Created 4 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: chromeos/dbus/fake_session_manager_client.cc
diff --git a/chromeos/dbus/fake_session_manager_client.cc b/chromeos/dbus/fake_session_manager_client.cc
index 45266f65b80eb4c08a5791348fb3fde1bd7ba158..e4e0576b3e980462330e8824a6d1fca13307e481 100644
--- a/chromeos/dbus/fake_session_manager_client.cc
+++ b/chromeos/dbus/fake_session_manager_client.cc
@@ -163,6 +163,7 @@ void FakeSessionManagerClient::CheckArcAvailability(
void FakeSessionManagerClient::StartArcInstance(
const cryptohome::Identification& cryptohome_id,
+ bool disable_boot_completed_broadcast,
const ArcCallback& callback) {
base::ThreadTaskRunnerHandle::Get()->PostTask(
FROM_HERE, base::Bind(callback, arc_available_));

Powered by Google App Engine
This is Rietveld 408576698