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

Unified Diff: chrome/browser/app_controller_mac.h

Issue 402066: Moved a whole pile of unittests over to CocoaTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | « chrome/app/nibs/AboutIPC.xib ('k') | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/app_controller_mac.h
===================================================================
--- chrome/browser/app_controller_mac.h (revision 32421)
+++ chrome/browser/app_controller_mac.h (working copy)
@@ -30,8 +30,8 @@
// (and Browser*s).
scoped_ptr<BookmarkMenuBridge> bookmarkMenuBridge_;
scoped_ptr<HistoryMenuBridge> historyMenuBridge_;
- scoped_nsobject<PreferencesWindowController> prefsController_;
- scoped_nsobject<AboutWindowController> aboutController_;
+ PreferencesWindowController* prefsController_; // Weak.
+ AboutWindowController* aboutController_; // Weak.
// URLs that need to be opened when the app is fully initialized. Because it's
// only needed during early startup, it points to a valid vector during early
« no previous file with comments | « chrome/app/nibs/AboutIPC.xib ('k') | chrome/browser/app_controller_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698