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

Unified Diff: extensions/browser/api/mime_handler_private/mime_handler_private.h

Issue 885563002: Fix a crash in MimeHandlerServiceImpl::AbortStream(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GN Created 5 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 | « extensions/BUILD.gn ('k') | extensions/browser/api/mime_handler_private/mime_handler_private.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/mime_handler_private/mime_handler_private.h
diff --git a/extensions/browser/api/mime_handler_private/mime_handler_private.h b/extensions/browser/api/mime_handler_private/mime_handler_private.h
index 8a067dd799dd5e4284fffc954f0eaa5e5c2b2fe5..045264a18a79d9a79efd4579efe0cce4b48892cb 100644
--- a/extensions/browser/api/mime_handler_private/mime_handler_private.h
+++ b/extensions/browser/api/mime_handler_private/mime_handler_private.h
@@ -10,6 +10,7 @@
namespace extensions {
class StreamContainer;
+class MimeHandlerServiceImplTest;
class MimeHandlerServiceImpl
: public mojo::InterfaceImpl<mime_handler::MimeHandlerService> {
@@ -19,6 +20,8 @@ class MimeHandlerServiceImpl
mojo::InterfaceRequest<mime_handler::MimeHandlerService> request);
private:
+ friend class MimeHandlerServiceImplTest;
+
explicit MimeHandlerServiceImpl(
base::WeakPtr<StreamContainer> stream_container);
~MimeHandlerServiceImpl() override;
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/browser/api/mime_handler_private/mime_handler_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698