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

Unified Diff: chrome/browser/cocoa/info_bubble_window.h

Issue 2769014: Mac/clang: Possibly contentious changes. (Closed)
Patch Set: comments2 Created 10 years, 6 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
Index: chrome/browser/cocoa/info_bubble_window.h
diff --git a/chrome/browser/cocoa/info_bubble_window.h b/chrome/browser/cocoa/info_bubble_window.h
index e5052c7d67428c4503b637ba8069aa814bff8422..e8d80965b4f95b1fd49db7d940ce264f86be857c 100644
--- a/chrome/browser/cocoa/info_bubble_window.h
+++ b/chrome/browser/cocoa/info_bubble_window.h
@@ -27,6 +27,6 @@ class AppNotificationBridge;
// after the closing animation has completed.
- (BOOL)isClosing;
-@property BOOL delayOnClose;
+@property (nonatomic) BOOL delayOnClose;
@end

Powered by Google App Engine
This is Rietveld 408576698