Commit 37738afa authored by tfarina@chromium.org's avatar tfarina@chromium.org

chrome: Remove unused definition of ShowInstantConfirmDialog().

BUG=133088
TBR=ben@chromium.org
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/10826043

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148754 0039d316-1c4b-4281-b951-d872f2087c98
parent 6bb12cc7
...@@ -1295,18 +1295,6 @@ const AEEventClass kAECloudPrintUninstallClass = 'GCPu'; ...@@ -1295,18 +1295,6 @@ const AEEventClass kAECloudPrintUninstallClass = 'GCPu';
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
namespace browser {
void ShowInstantConfirmDialog(gfx::NativeWindow parent, Profile* profile) {
if (Browser* browser = ActivateBrowser(profile)) {
chrome::ShowInstantConfirmDialog(browser);
} else {
chrome::OpenInstantConfirmDialogWindow(profile);
}
}
} // namespace browser
namespace app_controller_mac { namespace app_controller_mac {
bool IsOpeningNewWindow() { bool IsOpeningNewWindow() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment