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

Unified Diff: services/shell/public/cpp/service_runner.h

Issue 2179023004: Make Service own ServiceContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « services/shell/public/cpp/service.h ('k') | services/shell/public/cpp/service_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/service_runner.h
diff --git a/services/shell/public/cpp/service_runner.h b/services/shell/public/cpp/service_runner.h
index 6286af3daa86eb26aacba504ba0a428eb8d06d0c..457608cfe07e7a37d76d7eeb819f11788d960790 100644
--- a/services/shell/public/cpp/service_runner.h
+++ b/services/shell/public/cpp/service_runner.h
@@ -59,7 +59,6 @@ class ServiceRunner {
void Quit();
private:
- std::unique_ptr<ServiceContext> context_;
std::unique_ptr<Service> service_;
// MessageLoop type. TYPE_CUSTOM is default (MessagePumpMojo will be used as
« no previous file with comments | « services/shell/public/cpp/service.h ('k') | services/shell/public/cpp/service_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698