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

Side by Side Diff: chrome/browser/ui/views/extensions/extension_install_dialog_view_shim.cc

Issue 1977593002: MacViews: add extension install dialog to MacViewsWebUIDialogs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 unified diff | Download patch
OLDNEW
(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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698