Popular sites on the NTP: check that experiment group StartsWith (rather than IS...
[chromium-blink-merge.git] / chrome / browser / ui / cocoa / tab_contents / sad_tab_view_cocoa.h
blobe5f420a1b903eda5648a23c3503deb2fa5fcd42c
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_SAD_TAB_VIEW_COCOA_H_
6 #define CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_SAD_TAB_VIEW_COCOA_H_
8 #include "base/mac/scoped_nsobject.h"
10 #import <Cocoa/Cocoa.h>
12 namespace content {
13 class WebContents;
16 @class SadTabContainerView;
18 // A view that displays the "sad tab" (aka crash page).
19 @interface SadTabView : NSView {
20 @private
21 base::scoped_nsobject<SadTabContainerView> container_;
24 @property(readonly,nonatomic) NSButton* reloadButton;
26 @end
28 #endif // CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_SAD_TAB_VIEW_COCOA_H_