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

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

Issue 1702283002: Changes to quick_launch and font_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « mash/quick_launch/quick_launch_application.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/aura_init.cc
diff --git a/ui/views/mus/aura_init.cc b/ui/views/mus/aura_init.cc
index 19fdd90d93d08caa6969f53c31a4ce01f4c999a5..bc4d98e7ab55b8cd7bb861cea90ef3ccd531dad6 100644
--- a/ui/views/mus/aura_init.cc
+++ b/ui/views/mus/aura_init.cc
@@ -77,8 +77,7 @@ void AuraInit::InitializeResources(mojo::Shell* shell) {
return;
resource_provider::ResourceLoader resource_loader(
shell, GetResourcePaths(resource_file_));
- if (!resource_loader.BlockUntilLoaded())
- return;
+ CHECK(resource_loader.BlockUntilLoaded());
CHECK(resource_loader.loaded());
ui::RegisterPathProvider();
base::File pak_file = resource_loader.ReleaseFile(resource_file_);
« no previous file with comments | « mash/quick_launch/quick_launch_application.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698