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

Side by Side Diff: content/browser/tab_contents/provisional_load_details.h

Issue 6672070: Move the remaining files in chrome\common to content\common. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
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 CONTENT_BROWSER_TAB_CONTENTS_PROVISIONAL_LOAD_DETAILS_H_ 5 #ifndef CONTENT_BROWSER_TAB_CONTENTS_PROVISIONAL_LOAD_DETAILS_H_
6 #define CONTENT_BROWSER_TAB_CONTENTS_PROVISIONAL_LOAD_DETAILS_H_ 6 #define CONTENT_BROWSER_TAB_CONTENTS_PROVISIONAL_LOAD_DETAILS_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "chrome/common/page_transition_types.h" 12 #include "content/common/page_transition_types.h"
13 #include "googleurl/src/gurl.h" 13 #include "googleurl/src/gurl.h"
14 14
15 // This class captures some of the information associated to the provisional 15 // This class captures some of the information associated to the provisional
16 // load of a frame. It is provided as Details with the 16 // load of a frame. It is provided as Details with the
17 // NOTIFY_FRAME_PROVISIONAL_LOAD_START, NOTIFY_FRAME_PROVISIONAL_LOAD_COMMITTED 17 // NOTIFY_FRAME_PROVISIONAL_LOAD_START, NOTIFY_FRAME_PROVISIONAL_LOAD_COMMITTED
18 // and NOTIFY_FAIL_PROVISIONAL_LOAD_WITH_ERROR notifications 18 // and NOTIFY_FAIL_PROVISIONAL_LOAD_WITH_ERROR notifications
19 // (see notification_types.h). 19 // (see notification_types.h).
20 20
21 // TODO(brettw) this mostly duplicates 21 // TODO(brettw) this mostly duplicates
22 // NavigationController::LoadCommittedDetails, it would be nice to unify these 22 // NavigationController::LoadCommittedDetails, it would be nice to unify these
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 int ssl_cert_status_; 69 int ssl_cert_status_;
70 int ssl_security_bits_; 70 int ssl_security_bits_;
71 int ssl_connection_status_; 71 int ssl_connection_status_;
72 bool is_error_page_; 72 bool is_error_page_;
73 int64 frame_id_; 73 int64 frame_id_;
74 74
75 DISALLOW_COPY_AND_ASSIGN(ProvisionalLoadDetails); 75 DISALLOW_COPY_AND_ASSIGN(ProvisionalLoadDetails);
76 }; 76 };
77 77
78 #endif // CONTENT_BROWSER_TAB_CONTENTS_PROVISIONAL_LOAD_DETAILS_H_ 78 #endif // CONTENT_BROWSER_TAB_CONTENTS_PROVISIONAL_LOAD_DETAILS_H_
OLDNEW
« no previous file with comments | « content/browser/tab_contents/page_navigator.h ('k') | content/browser/tab_contents/render_view_host_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698