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

Unified Diff: services/util/cpp/factory_service_base.cc

Issue 2010283006: Almost done: ApplicationDelegate -> ApplicationImplBase conversion. (Closed) Base URL: https://github.com/domokit/mojo.git@work798-x-work797-x-work796_no_run_main_app
Patch Set: rebased Created 4 years, 7 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/util/cpp/factory_service_base.h ('k') | shell/android/android_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/util/cpp/factory_service_base.cc
diff --git a/services/util/cpp/factory_service_base.cc b/services/util/cpp/factory_service_base.cc
index cc00c1b0def4a1776f32ec5b53eed2eaa669a5c4..85580140ac64cc5191b1dc6c7d04958a49dad5c5 100644
--- a/services/util/cpp/factory_service_base.cc
+++ b/services/util/cpp/factory_service_base.cc
@@ -19,9 +19,5 @@ FactoryServiceBase::FactoryServiceBase() {}
FactoryServiceBase::~FactoryServiceBase() {}
-void FactoryServiceBase::Initialize(ApplicationImpl* app) {
- app_ = app;
-}
-
} // namespace util
} // namespace mojo
« no previous file with comments | « services/util/cpp/factory_service_base.h ('k') | shell/android/android_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698