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

Unified Diff: components/resource_provider/resource_provider_apptest.cc

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/resource_provider_apptest.cc
diff --git a/components/resource_provider/resource_provider_apptest.cc b/components/resource_provider/resource_provider_apptest.cc
index 5484368bd79da9bf8b4881631f89c96c98553fe8..c1f0d07f954f6e76cb2de2839deb0d1304e57d00 100644
--- a/components/resource_provider/resource_provider_apptest.cc
+++ b/components/resource_provider/resource_provider_apptest.cc
@@ -56,7 +56,7 @@ class ResourceProviderApplicationTest : public mojo::test::ApplicationTestBase {
// resources are returned. The return map maps from the path to the contents
// of the file at the specified path.
ResourceContentsMap GetResources(const std::set<std::string>& paths) {
- ResourceLoader loader(application_impl()->shell(), paths);
+ ResourceLoader loader(application_impl(), paths);
loader.BlockUntilLoaded();
// Load the contents of each of the handles.
« no previous file with comments | « components/resource_provider/public/cpp/resource_loader.cc ('k') | mandoline/ui/desktop_ui/browser_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698