| Index: chrome/browser/cocoa/status_bubble_mac_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/status_bubble_mac_unittest.mm (revision 28537)
|
| +++ chrome/browser/cocoa/status_bubble_mac_unittest.mm (working copy)
|
| @@ -16,9 +16,13 @@
|
| @interface StatusBubbleMacTestWindowDelegate : NSObject <GTMThemeDelegate>;
|
| @end
|
| @implementation StatusBubbleMacTestWindowDelegate
|
| -- (GTMTheme *)gtm_themeForWindow:(NSWindow *)window {
|
| +- (GTMTheme*)gtm_themeForWindow:(NSWindow*)window {
|
| return [[[GTMTheme alloc] init] autorelease];
|
| }
|
| +
|
| +- (NSPoint)gtm_themePatternPhaseForWindow:(NSWindow*)window {
|
| + return NSZeroPoint;
|
| +}
|
| @end
|
|
|
| class StatusBubbleMacTest : public PlatformTest {
|
|
|