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

Side by Side Diff: third_party/WebKit/Source/platform/ServiceConnector.h

Issue 2528743002: Shape Detection: Implement FaceDetection on Mac as out-of-process service (Closed)
Patch Set: rockot@ comments Created 4 years 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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 ServiceConnector_h 5 #ifndef ServiceConnector_h
6 #define ServiceConnector_h 6 #define ServiceConnector_h
7 7
8 #include "mojo/public/cpp/bindings/binding.h" 8 #include "mojo/public/cpp/bindings/binding.h"
9 #include "public/platform/Platform.h" 9 #include "public/platform/Platform.h"
10 #include "services/service_manager/public/interfaces/connector.mojom-blink.h" 10 #include "services/service_manager/public/interfaces/connector.mojom-blink.h"
11 #include "wtf/StdLibExtras.h" 11 #include "wtf/StdLibExtras.h"
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 service_manager::mojom::ConnectResult result, 58 service_manager::mojom::ConnectResult result,
59 const WTF::String& targetUserID) {} 59 const WTF::String& targetUserID) {}
60 60
61 bool m_initialized; 61 bool m_initialized;
62 service_manager::mojom::blink::ConnectorPtr m_connector; 62 service_manager::mojom::blink::ConnectorPtr m_connector;
63 }; 63 };
64 64
65 } // namespace blink 65 } // namespace blink
66 66
67 #endif // ServiceConnector_h 67 #endif // ServiceConnector_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698