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

Side by Side Diff: chrome/browser/tab_contents/navigation_entry.h

Issue 65012: Move skia to DEPS, and put it in third_party. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/tab_contents/infobar_delegate.h ('k') | chrome/browser/toolbar_model.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_TAB_CONTENTS_NAVIGATION_ENTRY_H_ 5 #ifndef CHROME_BROWSER_TAB_CONTENTS_NAVIGATION_ENTRY_H_
6 #define CHROME_BROWSER_TAB_CONTENTS_NAVIGATION_ENTRY_H_ 6 #define CHROME_BROWSER_TAB_CONTENTS_NAVIGATION_ENTRY_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/scoped_ptr.h" 9 #include "base/scoped_ptr.h"
10 #include "base/string_util.h" 10 #include "base/string_util.h"
11 #include "chrome/browser/tab_contents/security_style.h" 11 #include "chrome/browser/tab_contents/security_style.h"
12 #include "chrome/browser/tab_contents/site_instance.h" 12 #include "chrome/browser/tab_contents/site_instance.h"
13 #include "chrome/common/page_transition_types.h" 13 #include "chrome/common/page_transition_types.h"
14 #include "googleurl/src/gurl.h" 14 #include "googleurl/src/gurl.h"
15 #include "grit/theme_resources.h" 15 #include "grit/theme_resources.h"
16 #include "skia/include/SkBitmap.h" 16 #include "third_party/skia/include/core/SkBitmap.h"
17 17
18 class NavigationController; 18 class NavigationController;
19 19
20 //////////////////////////////////////////////////////////////////////////////// 20 ////////////////////////////////////////////////////////////////////////////////
21 // 21 //
22 // NavigationEntry class 22 // NavigationEntry class
23 // 23 //
24 // A NavigationEntry is a data structure that captures all the information 24 // A NavigationEntry is a data structure that captures all the information
25 // required to recreate a browsing state. This includes some opaque binary 25 // required to recreate a browsing state. This includes some opaque binary
26 // state as provided by the TabContents as well as some clear text title and 26 // state as provided by the TabContents as well as some clear text title and
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 // This is a cached version of the result of GetTitleForDisplay. It prevents 399 // This is a cached version of the result of GetTitleForDisplay. It prevents
400 // us from having to do URL formatting on the URL evey time the title is 400 // us from having to do URL formatting on the URL evey time the title is
401 // displayed. When the URL, display URL, or title is set, this should be 401 // displayed. When the URL, display URL, or title is set, this should be
402 // cleared to force a refresh. 402 // cleared to force a refresh.
403 string16 cached_display_title_; 403 string16 cached_display_title_;
404 404
405 // Copy and assignment is explicitly allowed for this class. 405 // Copy and assignment is explicitly allowed for this class.
406 }; 406 };
407 407
408 #endif // CHROME_BROWSER_TAB_CONTENTS_NAVIGATION_ENTRY_H_ 408 #endif // CHROME_BROWSER_TAB_CONTENTS_NAVIGATION_ENTRY_H_
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/infobar_delegate.h ('k') | chrome/browser/toolbar_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698