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

Side by Side Diff: chrome/browser/automation/automation_provider_list_mac.mm

Issue 42306: Make startup_tests build and work on Mac. (Closed)
Patch Set: add app dependency Created 11 years, 9 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 (c) 2009 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/automation/automation_provider_list.h"
6
7 #import "chrome/browser/app_controller_mac.h"
8
9 void AutomationProviderList::OnLastProviderRemoved() {
10 // We need to explicitly quit the application here because on Mac
11 // the controller holds an additional reference to g_browser_process.
12 [[NSApp delegate] quit:nil];
13 }
OLDNEW
« no previous file with comments | « chrome/browser/automation/automation_provider_list_generic.cc ('k') | chrome/browser/browser.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698