Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #include "chrome/browser/extensions/extension_install_prompt.h" | |
| 6 | |
| 7 // static | |
| 8 ExtensionInstallPrompt::ShowDialogCallback | |
| 9 ExtensionInstallPrompt::GetDefaultShowDialogCallback() { | |
|
tapted
2016/05/13 07:42:08
Can this go in chrome/browser/ui/views/browser_dia
tapted
2016/05/13 07:54:57
oops ignore just this part of the comment - "chrom
Elly Fong-Jones
2016/05/13 21:41:51
Done.
| |
| 10 return ExtensionInstallPrompt::GetViewsShowDialogCallback(); | |
| 11 } | |
| OLD | NEW |