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

Unified Diff: sky/viewer/document_view.h

Issue 783973002: Remove shutdown code from sky. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 6 years 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 | « sky/viewer/content_handler_impl.cc ('k') | sky/viewer/document_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/document_view.h
diff --git a/sky/viewer/document_view.h b/sky/viewer/document_view.h
index ee4092ccb7087b9dea2a7309ab408978006be758..a2171965dc597628713f4220acab14b24b0a62b5 100644
--- a/sky/viewer/document_view.h
+++ b/sky/viewer/document_view.h
@@ -47,8 +47,7 @@ class DocumentView : public blink::ServiceProvider,
public mojo::ViewManagerDelegate,
public mojo::ViewObserver {
public:
- DocumentView(const base::Closure& destruction_callback,
- mojo::ServiceProviderPtr provider,
+ DocumentView(mojo::ServiceProviderPtr provider,
mojo::URLResponsePtr response,
mojo::Shell* shell);
virtual ~DocumentView();
@@ -116,7 +115,6 @@ class DocumentView : public blink::ServiceProvider,
void Load(mojo::URLResponsePtr response);
- base::Closure destruction_callback_;
mojo::URLResponsePtr response_;
mojo::ServiceProviderImpl exported_services_;
scoped_ptr<mojo::ServiceProvider> imported_services_;
« no previous file with comments | « sky/viewer/content_handler_impl.cc ('k') | sky/viewer/document_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698