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

Unified Diff: ash/shell.cc

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a missing override; Created 4 years, 9 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: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 2e100f0b942c8c5f1756d08d3f1e05455580f90d..e59a090f1999339640f617814d68e4e8168ce158 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -37,6 +37,7 @@
#include "ash/magnifier/partial_magnification_controller.h"
#include "ash/media_delegate.h"
#include "ash/new_window_delegate.h"
+#include "ash/renderer_context_menu/open_with_menu_controller.h"
#include "ash/root_window_controller.h"
#include "ash/session/session_state_delegate.h"
#include "ash/shelf/app_list_shelf_item_delegate.h"
@@ -643,6 +644,7 @@ Shell::Shell(ShellDelegate* delegate, base::SequencedWorkerPool* blocking_pool)
scoped_target_root_window_(nullptr),
delegate_(delegate),
window_positioner_(new WindowPositioner),
+ open_with_menu_controller_(new OpenWithMenuController),
activation_client_(nullptr),
#if defined(OS_CHROMEOS)
display_configurator_(new ui::DisplayConfigurator()),

Powered by Google App Engine
This is Rietveld 408576698