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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc

Issue 2281743002: arc: Add support of default and OEM apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: refactored Created 4 years, 4 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: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
index 8ccca6d8158d98a048a1e4b2c52d4bb0da445ccf..083591196f03ab292e63bec51a6b3042eb015beb 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
+++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc
@@ -384,6 +384,7 @@ void ArcAppWindowLauncherController::MayAttachContollerToWindow(
std::unique_ptr<AppWindow> app_window(new AppWindow(task_id, app_id, this));
app_window->set_widget(views::Widget::GetWidgetForNativeWindow(window));
+
Mr4D (OOO till 08-26) 2016/08/30 20:21:46 Can you please remove this line (which would make
khmel 2016/08/30 21:22:11 Done.
RegisterApp(app_window.get());
DCHECK(app_window->controller());
ash::SetShelfIDForWindow(app_window->shelf_id(), window);

Powered by Google App Engine
This is Rietveld 408576698