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

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

Issue 2377203005: services/shell: Allow injecting the location of resources.
Patch Set: Created 4 years, 3 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/standalone/context.cc ('k') | ui/views/mus/aura_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/aura_init.h
diff --git a/ui/views/mus/aura_init.h b/ui/views/mus/aura_init.h
index ac828327e98c1a76f45b146cf6ac6a5572fa64cb..589712eb760f1257beba94028ccb07affd15f879 100644
--- a/ui/views/mus/aura_init.h
+++ b/ui/views/mus/aura_init.h
@@ -48,8 +48,8 @@ class VIEWS_MUS_EXPORT AuraInit {
sk_sp<font_service::FontLoader> font_loader_;
#endif
- const std::string resource_file_;
- const std::string resource_file_200_;
+ std::string resource_file_;
+ std::string resource_file_200_;
std::unique_ptr<aura::Env> env_;
std::unique_ptr<ViewsDelegate> views_delegate_;
« no previous file with comments | « services/shell/standalone/context.cc ('k') | ui/views/mus/aura_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698