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

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

Issue 2661453005: CheckMediaFile: remove utility process ReleaseProcessIfNeeded call (Closed)
Patch Set: 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..c6e2a74baf0e5277a2483a9873c9bbd27ddf7aa9 100644
--- a/chrome/utility/extensions/extensions_handler.cc
+++ b/chrome/utility/extensions/extensions_handler.cc
@@ -96,7 +96,6 @@ class MediaParserImpl : public extensions::mojom::MediaParser {
#else
callback.Run(false);
#endif
- ReleaseProcessIfNeeded();
}
ChromeContentUtilityClient* const utility_client_;
« 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