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

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: address comments Created 4 years, 8 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 751706c4682cfea6612abfa08dc95390ac6f8c18..250468287edd425f2c9de1088ed1cd0fba673300 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"
@@ -631,6 +632,7 @@ Shell::Shell(ShellDelegate* delegate, base::SequencedWorkerPool* blocking_pool)
delegate_(delegate),
shelf_model_(new ShelfModel),
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