| 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..426e45be34bdd6535942d2ce40af02a5ad24985d
 | 
| --- /dev/null
 | 
| +++ b/chrome/browser/renderer_context_menu/open_with_menu_factory.cc
 | 
| @@ -0,0 +1,12 @@
 | 
| +// 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) {
 | 
| +  return nullptr;
 | 
| +}
 | 
| +#endif  // !defined(USE_ASH)
 | 
| 
 |