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

Unified Diff: ui/views/mus/aura_init.h

Issue 2858103002: Have mash_browser_tests recreate BackgroundServiceManager per test (Closed)
Patch Set: Revert AuraInit Quitting Created 3 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
Index: ui/views/mus/aura_init.h
diff --git a/ui/views/mus/aura_init.h b/ui/views/mus/aura_init.h
index fc37b5b691f8e64622edcfba22ac38c127550b90..e2937753d7af928289c9f213d86ad1976d97641e 100644
--- a/ui/views/mus/aura_init.h
+++ b/ui/views/mus/aura_init.h
@@ -66,7 +66,9 @@ class VIEWS_MUS_EXPORT AuraInit {
MusClient* mus_client() { return mus_client_.get(); }
private:
- void InitializeResources(service_manager::Connector* connector);
+ // Attempts to initialize the resource bundle. Returns true if successful,
+ // otherwise false if resources cannot be loaded.
+ bool InitializeResources(service_manager::Connector* connector);
#if defined(OS_LINUX)
sk_sp<font_service::FontLoader> font_loader_;

Powered by Google App Engine
This is Rietveld 408576698