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

Unified Diff: mandoline/services/core_services/core_services_application_delegate.h

Issue 1431573002: Fix hangs in Mandoline page cycler on Linux with --enable-multiprocess. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 5 years, 1 month 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: mandoline/services/core_services/core_services_application_delegate.h
diff --git a/mandoline/services/core_services/core_services_application_delegate.h b/mandoline/services/core_services/core_services_application_delegate.h
index f0129ae9d55703552314e0ac703a838f681cac6d..168f068d77b9804812c716c40708d383118393d1 100644
--- a/mandoline/services/core_services/core_services_application_delegate.h
+++ b/mandoline/services/core_services/core_services_application_delegate.h
@@ -45,7 +45,8 @@ class CoreServicesApplicationDelegate
// Overridden from mojo::ContentHandler:
void StartApplication(
mojo::InterfaceRequest<mojo::Application> request,
- mojo::URLResponsePtr response) override;
+ mojo::URLResponsePtr response,
+ const mojo::Callback<void()>& destruct_callback) override;
// Bindings for all of our connections.
mojo::WeakBindingSet<ContentHandler> handler_bindings_;
« no previous file with comments | « components/pdf_viewer/pdf_viewer.cc ('k') | mandoline/services/core_services/core_services_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698