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

Unified Diff: services/video_capture/service_impl.h

Issue 2857303002: [Mojo Video Capture] Implement a VideoCaptureProvider using the Mojo service (part 2) (Closed)
Patch Set: Rebase to May 5th Created 3 years, 7 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: services/video_capture/service_impl.h
diff --git a/services/video_capture/service_impl.h b/services/video_capture/service_impl.h
index f99d5b7308689b338d91d4341ff3fd664a83506c..2881bc61688c86f600ab6dac73803d9c1dc0583c 100644
--- a/services/video_capture/service_impl.h
+++ b/services/video_capture/service_impl.h
@@ -22,7 +22,6 @@ class ServiceImpl : public service_manager::Service {
// service_manager::Service implementation.
void OnStart() override;
- void OnStart() override;
void OnBindInterface(const service_manager::BindSourceInfo& source_info,
const std::string& interface_name,
mojo::ScopedMessagePipeHandle interface_pipe) override;

Powered by Google App Engine
This is Rietveld 408576698