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

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

Issue 24011: chrome_resources take 2 (Closed)
Patch Set: rebase Created 11 years, 10 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
« no previous file with comments | « chrome/browser/ssl/ssl_manager.cc ('k') | chrome/browser/task_manager.cc » ('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_NAVIGATION_ENTRY_H_ 5 #ifndef CHROME_BROWSER_NAVIGATION_ENTRY_H_
6 #define CHROME_BROWSER_NAVIGATION_ENTRY_H_ 6 #define CHROME_BROWSER_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/app/theme/theme_resources.h" 11 #include "grit/theme_resources.h"
12 #include "chrome/browser/tab_contents/security_style.h" 12 #include "chrome/browser/tab_contents/security_style.h"
13 #include "chrome/browser/tab_contents/site_instance.h" 13 #include "chrome/browser/tab_contents/site_instance.h"
14 #include "chrome/browser/tab_contents/tab_contents_type.h" 14 #include "chrome/browser/tab_contents/tab_contents_type.h"
15 #include "chrome/common/page_transition_types.h" 15 #include "chrome/common/page_transition_types.h"
16 #include "googleurl/src/gurl.h" 16 #include "googleurl/src/gurl.h"
17 #include "skia/include/SkBitmap.h" 17 #include "skia/include/SkBitmap.h"
18 18
19 //////////////////////////////////////////////////////////////////////////////// 19 ////////////////////////////////////////////////////////////////////////////////
20 // 20 //
21 // NavigationEntry class 21 // NavigationEntry class
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 SSLStatus ssl_; 391 SSLStatus ssl_;
392 PageTransition::Type transition_type_; 392 PageTransition::Type transition_type_;
393 GURL user_typed_url_; 393 GURL user_typed_url_;
394 bool has_post_data_; 394 bool has_post_data_;
395 bool restored_; 395 bool restored_;
396 396
397 // Copy and assignment is explicitly allowed for this class. 397 // Copy and assignment is explicitly allowed for this class.
398 }; 398 };
399 399
400 #endif // CHROME_BROWSER_NAVIGATION_ENTRY_H_ 400 #endif // CHROME_BROWSER_NAVIGATION_ENTRY_H_
OLDNEW
« no previous file with comments | « chrome/browser/ssl/ssl_manager.cc ('k') | chrome/browser/task_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698