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

Side by Side Diff: chrome/browser/ui/android/extensions/extension_install_dialog_android.cc

Issue 11087071: Making ShowExtensionInstallDialog a callback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 8 years, 2 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 | Annotate | Revision Log
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698