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

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

Issue 1465843003: Split Mandoline-specific components out of mojo:core_services. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.cc
diff --git a/mandoline/services/core_services/core_services_application_delegate.cc b/mandoline/services/core_services/core_services_application_delegate.cc
index 7c970f294699b066d430a203200bd9858c968ccc..f7fd32a3878d2c5b7676b898d543fe3c1d5057b0 100644
--- a/mandoline/services/core_services/core_services_application_delegate.cc
+++ b/mandoline/services/core_services/core_services_application_delegate.cc
@@ -136,9 +136,6 @@ void CoreServicesApplicationDelegate::StartApplication(
} else if (url == "mojo://web_view/") {
delegate.reset(new web_view::WebViewApplicationDelegate);
} else {
-#if defined(USE_AURA)
- delegate = CreateApplicationDelegateAura(url);
-#endif
#if !defined(OS_ANDROID)
if (!delegate)
delegate = CreateApplicationDelegateNotAndroid(url);
« no previous file with comments | « mandoline/services/core_services/application_delegate_factory_aura.cc ('k') | mandoline/tools/data/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698