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

Side by Side Diff: chromeos/dbus/fake_session_manager_client.h

Issue 2359003004: Disable ACTION_BOOT_COMPLETED event for 3rd party apps. (Closed)
Patch Set: Change load to start. 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROMEOS_DBUS_FAKE_SESSION_MANAGER_CLIENT_H_ 5 #ifndef CHROMEOS_DBUS_FAKE_SESSION_MANAGER_CLIENT_H_
6 #define CHROMEOS_DBUS_FAKE_SESSION_MANAGER_CLIENT_H_ 6 #define CHROMEOS_DBUS_FAKE_SESSION_MANAGER_CLIENT_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 void StoreDeviceLocalAccountPolicy( 60 void StoreDeviceLocalAccountPolicy(
61 const std::string& account_id, 61 const std::string& account_id,
62 const std::string& policy_blob, 62 const std::string& policy_blob,
63 const StorePolicyCallback& callback) override; 63 const StorePolicyCallback& callback) override;
64 void SetFlagsForUser(const cryptohome::Identification& cryptohome_id, 64 void SetFlagsForUser(const cryptohome::Identification& cryptohome_id,
65 const std::vector<std::string>& flags) override; 65 const std::vector<std::string>& flags) override;
66 void GetServerBackedStateKeys(const StateKeysCallback& callback) override; 66 void GetServerBackedStateKeys(const StateKeysCallback& callback) override;
67 67
68 void CheckArcAvailability(const ArcCallback& callback) override; 68 void CheckArcAvailability(const ArcCallback& callback) override;
69 void StartArcInstance(const cryptohome::Identification& cryptohome_id, 69 void StartArcInstance(const cryptohome::Identification& cryptohome_id,
70 bool disable_boot_completed_broadcast,
70 const ArcCallback& callback) override; 71 const ArcCallback& callback) override;
71 void StopArcInstance(const ArcCallback& callback) override; 72 void StopArcInstance(const ArcCallback& callback) override;
72 void PrioritizeArcInstance(const ArcCallback& callback) override; 73 void PrioritizeArcInstance(const ArcCallback& callback) override;
73 void EmitArcBooted() override; 74 void EmitArcBooted() override;
74 void GetArcStartTime(const GetArcStartTimeCallback& callback) override; 75 void GetArcStartTime(const GetArcStartTimeCallback& callback) override;
75 void RemoveArcData(const cryptohome::Identification& cryptohome_id, 76 void RemoveArcData(const cryptohome::Identification& cryptohome_id,
76 const ArcCallback& callback) override; 77 const ArcCallback& callback) override;
77 78
78 const std::string& device_policy() const; 79 const std::string& device_policy() const;
79 void set_device_policy(const std::string& policy_blob); 80 void set_device_policy(const std::string& policy_blob);
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 int notify_lock_screen_dismissed_call_count_; 132 int notify_lock_screen_dismissed_call_count_;
132 133
133 bool arc_available_; 134 bool arc_available_;
134 135
135 DISALLOW_COPY_AND_ASSIGN(FakeSessionManagerClient); 136 DISALLOW_COPY_AND_ASSIGN(FakeSessionManagerClient);
136 }; 137 };
137 138
138 } // namespace chromeos 139 } // namespace chromeos
139 140
140 #endif // CHROMEOS_DBUS_FAKE_SESSION_MANAGER_CLIENT_H_ 141 #endif // CHROMEOS_DBUS_FAKE_SESSION_MANAGER_CLIENT_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/settings/device_settings_test_helper.cc ('k') | chromeos/dbus/fake_session_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698