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

Unified Diff: services/video_capture/public/cpp/constants.h

Issue 2867213004: [Mojo Video Capture] Hook up video capture service behind a feature flag (Closed)
Patch Set: Rebase to May 19th 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
« no previous file with comments | « services/video_capture/public/cpp/BUILD.gn ('k') | services/video_capture/public/cpp/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/public/cpp/constants.h
diff --git a/services/video_capture/public/cpp/constants.h b/services/video_capture/public/cpp/constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..9a970a5a0c0bf3dcc1f90e0f088dc2171eff4d14
--- /dev/null
+++ b/services/video_capture/public/cpp/constants.h
@@ -0,0 +1,16 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef SERVICES_VIDEO_CAPTURE_PUBLIC_CPP_CONSTANTS_H_
+#define SERVICES_VIDEO_CAPTURE_PUBLIC_CPP_CONSTANTS_H_
+
+#include "base/feature_list.h"
+
+namespace video_capture {
+
+extern const base::Feature kMojoVideoCapture;
+
+} // namespace video_capture
+
+#endif // SERVICES_VIDEO_CAPTURE_PUBLIC_CPP_CONSTANTS_H_
« no previous file with comments | « services/video_capture/public/cpp/BUILD.gn ('k') | services/video_capture/public/cpp/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698