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

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

Issue 1674903003: Extract shell methods from ApplicationImpl into a base class, and pass this to Initialize() instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojom
Patch Set: . Created 4 years, 10 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 | « sql/mojo/vfs_unittest.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 bff01716a2fb155cea2f86f637955ede8752b3b2..b2cf75098abc04190c63483851ba4d6ea27cd1b7 100644
--- a/ui/views/mus/aura_init.h
+++ b/ui/views/mus/aura_init.h
@@ -18,7 +18,7 @@ class FontLoader;
}
namespace mojo {
-class ApplicationImpl;
+class Shell;
}
namespace views {
@@ -28,11 +28,11 @@ class ViewsDelegate;
// |resource_file| is the path to the apk file containing the resources.
class VIEWS_MUS_EXPORT AuraInit {
public:
- AuraInit(mojo::ApplicationImpl* app, const std::string& resource_file);
+ AuraInit(mojo::Shell* shell, const std::string& resource_file);
~AuraInit();
private:
- void InitializeResources(mojo::ApplicationImpl* app);
+ void InitializeResources(mojo::Shell* shell);
#if defined(OS_LINUX) && !defined(OS_ANDROID)
skia::RefPtr<font_service::FontLoader> font_loader_;
« no previous file with comments | « sql/mojo/vfs_unittest.cc ('k') | ui/views/mus/aura_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698