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

Unified Diff: chrome/browser/app_controller_mac.mm

Issue 10826043: chrome: Remove unused definition of ShowInstantConfirmDialog(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/app_controller_mac.mm
diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm
index 21037dfc2ba61f2055c9335fa68e695a0c9d0aed..2cc8390aadc49d9f281728665841595d4b578960 100644
--- a/chrome/browser/app_controller_mac.mm
+++ b/chrome/browser/app_controller_mac.mm
@@ -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 {
bool IsOpeningNewWindow() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698