Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: components/sad_tab/cocoa/sad_tab_view.h

Issue 543663002: Componentize sad_tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix url_constants.cc Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_SAD_TAB_VIEW_H_ 5 #ifndef COMPONENTS_SAD_TAB_COCOA_SAD_TAB_VIEW_H_
6 #define CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_SAD_TAB_VIEW_H_ 6 #define COMPONENTS_SAD_TAB_COCOA_SAD_TAB_VIEW_H_
7 7
8 #include "base/mac/scoped_nsobject.h" 8 #include "base/mac/scoped_nsobject.h"
9 #include "ui/base/cocoa/base_view.h" 9 #include "ui/base/cocoa/base_view.h"
10 10
11 #import <Cocoa/Cocoa.h> 11 #import <Cocoa/Cocoa.h>
12 12
13 @class SadTabController; 13 @class SadTabController;
14 @class HyperlinkTextView; 14 @class HyperlinkTextView;
15 15
16 // A view that displays the "sad tab" (aka crash page). 16 // A view that displays the "sad tab" (aka crash page).
(...skipping 14 matching lines...) Expand all
31 // Designated initializer is -initWithFrame: . 31 // Designated initializer is -initWithFrame: .
32 32
33 // Called by SadTabController to remove the help text and link. 33 // Called by SadTabController to remove the help text and link.
34 - (void)removeHelpText; 34 - (void)removeHelpText;
35 35
36 // Sets |help_| based on |helpPlaceholder_|, sets |helpPlaceholder_| to nil. 36 // Sets |help_| based on |helpPlaceholder_|, sets |helpPlaceholder_| to nil.
37 - (void)initializeHelpText; 37 - (void)initializeHelpText;
38 38
39 @end 39 @end
40 40
41 #endif // CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_SAD_TAB_VIEW_H_ 41 #endif // COMPONENTS_SAD_TAB_COCOA_SAD_TAB_VIEW_H_
OLDNEW
« no previous file with comments | « components/sad_tab/cocoa/sad_tab_controller_unittest.mm ('k') | components/sad_tab/cocoa/sad_tab_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698