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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_cell_single_line.h

Issue 8775042: Bookmark name inputs should only allow single-line input (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add TODO comments for post-10.6+ only good times Created 9 years 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/ui/cocoa/bookmarks/bookmark_cell_single_line.h
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_cell_single_line.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_cell_single_line.h
index 250db72cc5648f2b9fe3593a0b762315cb490cfc..46145201785dbda5d97be110dc8db833e61adac8 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_cell_single_line.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_cell_single_line.h
@@ -11,6 +11,7 @@
// Provides a category for 10.5 compilation of a selector which is only
// available on 10.6+. This purely enables compilation when the selector
// is present and does not implement the method itself.
+// TODO(kushi.p): Remove this when the project hits a 10.6+ only state.
@interface NSCell(multilinebookmarks)
- (void)setUsesSingleLineMode:(BOOL)flag;
@end

Powered by Google App Engine
This is Rietveld 408576698