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

Unified Diff: components/policy/core/common/remote_commands/remote_commands_queue.h

Issue 879233003: Initial RemoteCommandService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remote-commands
Patch Set: rebase, fixes addressing #31 Created 5 years, 9 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: components/policy/core/common/remote_commands/remote_commands_queue.h
diff --git a/components/policy/core/common/remote_commands/remote_commands_queue.h b/components/policy/core/common/remote_commands/remote_commands_queue.h
index f109996803e1e46fed6a920ca7f79858d0c01c9d..7b7dac0877883d541f604e3514da923f2ba09c6b 100644
--- a/components/policy/core/common/remote_commands/remote_commands_queue.h
+++ b/components/policy/core/common/remote_commands/remote_commands_queue.h
@@ -31,7 +31,7 @@ class RemoteCommandJob;
class POLICY_EXPORT RemoteCommandsQueue {
public:
// Interface for classes who would like to monitor remote command execution.
- class Observer {
+ class POLICY_EXPORT Observer {
public:
// Called when a remote command starts running.
virtual void OnJobStarted(RemoteCommandJob* command) = 0;

Powered by Google App Engine
This is Rietveld 408576698