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

Unified Diff: remoting/client/client_user_interface.h

Issue 12518027: Protocol / client plugin changes to support interactively asking for a PIN (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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: remoting/client/client_user_interface.h
diff --git a/remoting/client/client_user_interface.h b/remoting/client/client_user_interface.h
index 4b32a70ff597716486c543bc7143112c878b78fa..57f99345e0d8e46ffa0effdb65990ce5b173ce8a 100644
--- a/remoting/client/client_user_interface.h
+++ b/remoting/client/client_user_interface.h
@@ -13,6 +13,7 @@ namespace remoting {
namespace protocol {
class ClipboardStub;
class CursorShapeStub;
+class PinFetcherFactory;
} // namespace protocol
// ClientUserInterface is an interface that must be implemented by
@@ -34,6 +35,9 @@ class ClientUserInterface {
// Get the view's CursorShapeStub implementation.
virtual protocol::CursorShapeStub* GetCursorShapeStub() = 0;
+
+ // Get the view's PinFetcherFactory implementation.
+ virtual protocol::PinFetcherFactory* GetPinFetcherFactory() = 0;
};
} // namespace remoting

Powered by Google App Engine
This is Rietveld 408576698