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

Unified Diff: chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h

Issue 2639503002: Convert utility process CheckMediaFile IPC to mojo (Closed)
Patch Set: Removed unused #include files, add TODO. Created 3 years, 11 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 | « no previous file | chrome/browser/media_galleries/fileapi/safe_audio_video_checker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
diff --git a/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h b/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
index 2cb9b0e7f09eed8342f5fd0cd6729dd022708daf..7c7eaeb46297be1140cc6f25e0038adf60f3b08b 100644
--- a/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
+++ b/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
@@ -9,6 +9,7 @@
#include "base/files/file.h"
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
+#include "chrome/common/extensions/media_parser.mojom.h"
#include "content/public/browser/utility_process_host_client.h"
#include "storage/browser/fileapi/copy_or_move_file_validator.h"
@@ -55,6 +56,8 @@ class SafeAudioVideoChecker : public content::UtilityProcessHostClient {
base::WeakPtr<content::UtilityProcessHost> utility_process_host_;
+ extensions::mojom::MediaParserPtr interface_;
+
DISALLOW_COPY_AND_ASSIGN(SafeAudioVideoChecker);
};
« no previous file with comments | « no previous file | chrome/browser/media_galleries/fileapi/safe_audio_video_checker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698