Index: chrome/browser/renderer_context_menu/open_with_menu_factory.cc |
diff --git a/chrome/browser/renderer_context_menu/open_with_menu_factory.cc b/chrome/browser/renderer_context_menu/open_with_menu_factory.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b3465457849f9bf5dd0dedc26a622865fcd596c0 |
--- /dev/null |
+++ b/chrome/browser/renderer_context_menu/open_with_menu_factory.cc |
@@ -0,0 +1,16 @@ |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "chrome/browser/renderer_context_menu/open_with_menu_factory.h" |
+ |
+#if !defined(USE_ASH) |
+RenderViewContextMenuObserver* OpenWithMenuFactory::CreateMenu( |
+ RenderViewContextMenuProxy* proxy, |
+ int menu_id_start, |
+ size_t num_menu_items, |
+ int sub_menu_id_start, |
+ size_t num_sub_menu_items) { |
+ return nullptr; |
+} |
+#endif // !defined(USE_ASH) |