summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/info_bubble_window.h
blob: bd549d14755115b5a1085096441de1a3d0088d0f (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2009 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.

#import <Cocoa/Cocoa.h>

// A rounded window with an arrow used for example when you click on the STAR
// button or that pops up within our first-run UI.
@interface InfoBubbleWindow : NSWindow
@end