diff options
Diffstat (limited to 'chrome/browser/cocoa/location_bar/instant_opt_in_view.h')
-rw-r--r-- | chrome/browser/cocoa/location_bar/instant_opt_in_view.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/chrome/browser/cocoa/location_bar/instant_opt_in_view.h b/chrome/browser/cocoa/location_bar/instant_opt_in_view.h new file mode 100644 index 0000000..9e8c722 --- /dev/null +++ b/chrome/browser/cocoa/location_bar/instant_opt_in_view.h @@ -0,0 +1,16 @@ +// Copyright (c) 2010 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_COCOA_LOCATION_BAR_INSTANT_OPT_IN_VIEW_H_ +#define CHROME_BROWSER_COCOA_LOCATION_BAR_INSTANT_OPT_IN_VIEW_H_ +#pragma once + +#import <Cocoa/Cocoa.h> + +// The instant opt in view that is embedded in the omnibox. Draws rounded +// bottom corners and a horizontal gray line at the top. +@interface InstantOptInView : NSView +@end + +#endif // CHROME_BROWSER_COCOA_LOCATION_BAR_INSTANT_OPT_IN_VIEW_H_ |