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

Unified Diff: components/resource_provider/public/cpp/resource_loader.h

Issue 1407073002: Adds GetDisplays() to WindowManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 2 trunk Created 5 years, 2 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: components/resource_provider/public/cpp/resource_loader.h
diff --git a/components/resource_provider/public/cpp/resource_loader.h b/components/resource_provider/public/cpp/resource_loader.h
index fae6655f449a7da558f9fd8bae0693b420277a8b..2b055aa3ba28275410a7ad8e68dfc8133fc71104 100644
--- a/components/resource_provider/public/cpp/resource_loader.h
+++ b/components/resource_provider/public/cpp/resource_loader.h
@@ -22,7 +22,7 @@ class File;
}
namespace mojo {
-class Shell;
+class ApplicationImpl;
}
namespace resource_provider {
@@ -33,7 +33,8 @@ namespace resource_provider {
// have been obtained.
class ResourceLoader {
public:
- ResourceLoader(mojo::Shell* shell, const std::set<std::string>& paths);
+ ResourceLoader(mojo::ApplicationImpl* app,
+ const std::set<std::string>& paths);
~ResourceLoader();
// Uses WaitForIncomingMessage() to block until the results are available, or
« no previous file with comments | « components/mus/public/interfaces/window_manager.mojom ('k') | components/resource_provider/public/cpp/resource_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698