Index: chrome/browser/ui/cocoa/view_util.h |
diff --git a/chrome/browser/ui/cocoa/view_util.h b/chrome/browser/ui/cocoa/view_util.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4b9073ec887cce6f8bf94acacb6651be328d0e80 |
--- /dev/null |
+++ b/chrome/browser/ui/cocoa/view_util.h |
@@ -0,0 +1,14 @@ |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef CHROME_BROWSER_UI_COCOA_VIEW_UTIL_H_ |
+#define CHROME_BROWSER_UI_COCOA_VIEW_UTIL_H_ |
+ |
+#import <Cocoa/Cocoa.h> |
+ |
+extern NSString* const kKeyEquivalentReturn; |
+extern NSString* const kKeyEquivalentEscape; |
+extern NSString* const kKeyEquivalentNone; |
+ |
+#endif // CHROME_BROWSER_UI_COCOA_VIEW_UTIL_H_ |