OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "chrome/browser/extensions/extension_install_dialog.h" | 5 #include "chrome/browser/extensions/extension_install_prompt.h" |
6 | 6 |
7 void ShowExtensionInstallDialogImpl( | 7 void ShowExtensionInstallDialogImpl( |
8 gfx::NativeWindow parent, | 8 gfx::NativeWindow parent, |
9 content::PageNavigator* navigator, | 9 content::PageNavigator* navigator, |
10 ExtensionInstallPrompt::Delegate* delegate, | 10 ExtensionInstallPrompt::Delegate* delegate, |
11 const ExtensionInstallPrompt::Prompt& prompt) { | 11 const ExtensionInstallPrompt::Prompt& prompt) { |
12 NOTIMPLEMENTED(); | 12 NOTIMPLEMENTED(); |
13 } | 13 } |
14 | 14 |
OLD | NEW |