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

Unified Diff: mash/wm/window_manager_application.cc

Issue 1459653002: Gets mustash frames looking like that of ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update test Created 5 years, 1 month 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/wm/non_client_frame_view_impl.cc ('k') | mash/wm/window_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/wm/window_manager_application.cc
diff --git a/mash/wm/window_manager_application.cc b/mash/wm/window_manager_application.cc
index 7d8bd5fd57ad19c188779dbef5e01cc199a505e4..80a8c124b4d57667c00b21b66ed5995f5c5af364 100644
--- a/mash/wm/window_manager_application.cc
+++ b/mash/wm/window_manager_application.cc
@@ -63,7 +63,7 @@ void WindowManagerApplication::OnEmbed(mus::Window* root) {
window_manager_.reset(new WindowManagerImpl(this));
ui_init_.reset(new ui::mojo::UIInit(views::GetDisplaysFromWindow(root)));
- aura_init_.reset(new views::AuraInit(app_, "views_mus_resources.pak"));
+ aura_init_.reset(new views::AuraInit(app_, "mash_wm_resources.pak"));
for (auto request : requests_)
window_manager_binding_.AddBinding(window_manager_.get(), request->Pass());
« no previous file with comments | « mash/wm/non_client_frame_view_impl.cc ('k') | mash/wm/window_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698