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

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 from Daniel and Hidehiko 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 fc7270b09a2d4795e6b1fa9833449e13378ae6b4..453554a415cc7d6c307a557352c45ccbafe86ed4 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -640,6 +640,7 @@ Shell::Shell(ShellDelegate* delegate, base::SequencedWorkerPool* blocking_pool)
scoped_target_root_window_(nullptr),
delegate_(delegate),
shelf_model_(new ShelfModel),
+ link_handler_model_factory_(nullptr),
activation_client_(nullptr),
#if defined(OS_CHROMEOS)
display_configurator_(new ui::DisplayConfigurator()),

Powered by Google App Engine
This is Rietveld 408576698