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

Side by Side Diff: chrome/browser/views/sad_tab_view.h

Issue 39022: Convert NavigationEntry title to string16. TabContents::GetTitle no longer ne... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/views/location_bar_view.cc ('k') | chrome/browser/views/star_toggle.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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_VIEWS_SAD_TAB_H_ 5 #ifndef CHROME_BROWSER_VIEWS_SAD_TAB_H_
6 #define CHROME_BROWSER_VIEWS_SAD_TAB_H_ 6 #define CHROME_BROWSER_VIEWS_SAD_TAB_H_
7 7
8 #include "chrome/common/gfx/chrome_font.h" 8 #include "chrome/common/gfx/chrome_font.h"
9 #include "chrome/views/view.h" 9 #include "chrome/views/view.h"
10 10
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 // Regions within the display for different components, populated by 48 // Regions within the display for different components, populated by
49 // Layout(). 49 // Layout().
50 gfx::Rect icon_bounds_; 50 gfx::Rect icon_bounds_;
51 gfx::Rect title_bounds_; 51 gfx::Rect title_bounds_;
52 gfx::Rect message_bounds_; 52 gfx::Rect message_bounds_;
53 53
54 DISALLOW_EVIL_CONSTRUCTORS(SadTabView); 54 DISALLOW_EVIL_CONSTRUCTORS(SadTabView);
55 }; 55 };
56 56
57 #endif // #ifndef CHROME_BROWSER_VIEWS_SAD_TAB_H_ 57 #endif // CHROME_BROWSER_VIEWS_SAD_TAB_H__
58
OLDNEW
« no previous file with comments | « chrome/browser/views/location_bar_view.cc ('k') | chrome/browser/views/star_toggle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698