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

Unified Diff: chrome/utility/extensions/extensions_handler.cc

Issue 2614063003: [wip-test] Test if any bot test calls utility media IPC (Closed)
Patch Set: Sync up: Test CheckMediaFile only. 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/extensions/extensions_handler.cc
diff --git a/chrome/utility/extensions/extensions_handler.cc b/chrome/utility/extensions/extensions_handler.cc
index f6f37b1f8effbc650f9f9bb1258803056bcf61c8..2fa8204f343c8cdd6121a65c833c77a15137def4 100644
--- a/chrome/utility/extensions/extensions_handler.cc
+++ b/chrome/utility/extensions/extensions_handler.cc
@@ -90,6 +90,8 @@ class MediaParserImpl : public extensions::mojom::MediaParser {
void CheckMediaFile(base::TimeDelta decode_time,
base::File file,
const CheckMediaFileCallback& callback) override {
+ NOTREACHED(); // HACK to see if any test calls this API
+
#if !defined(MEDIA_DISABLE_FFMPEG)
media::MediaFileChecker checker(std::move(file));
callback.Run(checker.Start(decode_time));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698