summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/base_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/base_view.h')
-rw-r--r--chrome/browser/cocoa/base_view.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/base_view.h b/chrome/browser/cocoa/base_view.h
index c3d49fd..bece608 100644
--- a/chrome/browser/cocoa/base_view.h
+++ b/chrome/browser/cocoa/base_view.h
@@ -35,4 +35,11 @@
@end
+// A notification that a view may issue when it receives first responder status.
+// The name is |kViewDidBecomeFirstResponder|, the object is the view, and the
+// NSSelectionDirection is wrapped in an NSNumber under the key
+// |kSelectionDirection|.
+extern NSString* kViewDidBecomeFirstResponder;
+extern NSString* kSelectionDirection;
+
#endif // CHROME_BROWSER_COCOA_BASE_VIEW_H_