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

Unified Diff: content/browser/media/capture/image_capture_impl.h

Issue 2745583005: Image Capture: move files out of content/browser/media/capture to replicate WebKit's structure (Closed)
Patch Set: Reverted unintended change to WATCHLISTS Created 3 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: content/browser/media/capture/image_capture_impl.h
diff --git a/content/browser/media/capture/image_capture_impl.h b/content/browser/media/capture/image_capture_impl.h
deleted file mode 100644
index a4b3cf4c6885ca128f7d54b7d0a8e889971df6ff..0000000000000000000000000000000000000000
--- a/content/browser/media/capture/image_capture_impl.h
+++ /dev/null
@@ -1,35 +0,0 @@
-// Copyright 2016 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 CONTENT_BROWSER_MEDIA_CAPTURE_IMAGE_CAPTURE_IMPL_H_
-#define CONTENT_BROWSER_MEDIA_CAPTURE_IMAGE_CAPTURE_IMPL_H_
-
-#include "media/capture/mojo/image_capture.mojom.h"
-
-namespace content {
-
-class ImageCaptureImpl : public media::mojom::ImageCapture {
- public:
- ImageCaptureImpl();
- ~ImageCaptureImpl() override;
-
- static void Create(media::mojom::ImageCaptureRequest request);
-
- void GetCapabilities(const std::string& source_id,
- const GetCapabilitiesCallback& callback) override;
-
- void SetOptions(const std::string& source_id,
- media::mojom::PhotoSettingsPtr settings,
- const SetOptionsCallback& callback) override;
-
- void TakePhoto(const std::string& source_id,
- const TakePhotoCallback& callback) override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(ImageCaptureImpl);
-};
-
-} // namespace content
-
-#endif // CONTENT_BROWSER_MEDIA_CAPTURE_IMAGE_CAPTURE_IMPL_H_
« no previous file with comments | « content/browser/image_capture/image_capture_impl.cc ('k') | content/browser/media/capture/image_capture_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698