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

Side by Side Diff: content/browser/tab_contents/navigation_controller.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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_NAVIGATION_CONTROLLER_H_ 5 #ifndef CONTENT_BROWSER_TAB_CONTENTS_NAVIGATION_CONTROLLER_H_
6 #define CONTENT_BROWSER_TAB_CONTENTS_NAVIGATION_CONTROLLER_H_ 6 #define CONTENT_BROWSER_TAB_CONTENTS_NAVIGATION_CONTROLLER_H_
7 #pragma once 7 #pragma once
8 8
9 #include "build/build_config.h" 9 #include "build/build_config.h"
10 10
11 #include <string> 11 #include <string>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/linked_ptr.h" 14 #include "base/linked_ptr.h"
15 #include "base/time.h" 15 #include "base/time.h"
16 #include "googleurl/src/gurl.h" 16 #include "googleurl/src/gurl.h"
17 #include "chrome/browser/sessions/session_id.h" 17 #include "chrome/browser/sessions/session_id.h"
18 #include "chrome/browser/ssl/ssl_manager.h" 18 #include "chrome/browser/ssl/ssl_manager.h"
19 #include "chrome/common/navigation_types.h" 19 #include "content/common/navigation_types.h"
20 #include "chrome/common/page_transition_types.h" 20 #include "content/common/page_transition_types.h"
21 21
22 class NavigationEntry; 22 class NavigationEntry;
23 class Profile; 23 class Profile;
24 class SessionStorageNamespace; 24 class SessionStorageNamespace;
25 class SiteInstance; 25 class SiteInstance;
26 class TabContents; 26 class TabContents;
27 class TabNavigation; 27 class TabNavigation;
28 struct ViewHostMsg_FrameNavigate_Params; 28 struct ViewHostMsg_FrameNavigate_Params;
29 29
30 // A NavigationController maintains the back-forward list for a single tab and 30 // A NavigationController maintains the back-forward list for a single tab and
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 static size_t max_entry_count_; 589 static size_t max_entry_count_;
590 590
591 // If a repost is pending, its type (RELOAD or RELOAD_IGNORING_CACHE), 591 // If a repost is pending, its type (RELOAD or RELOAD_IGNORING_CACHE),
592 // NO_RELOAD otherwise. 592 // NO_RELOAD otherwise.
593 ReloadType pending_reload_; 593 ReloadType pending_reload_;
594 594
595 DISALLOW_COPY_AND_ASSIGN(NavigationController); 595 DISALLOW_COPY_AND_ASSIGN(NavigationController);
596 }; 596 };
597 597
598 #endif // CONTENT_BROWSER_TAB_CONTENTS_NAVIGATION_CONTROLLER_H_ 598 #endif // CONTENT_BROWSER_TAB_CONTENTS_NAVIGATION_CONTROLLER_H_
OLDNEW
« no previous file with comments | « content/browser/tab_contents/interstitial_page.cc ('k') | content/browser/tab_contents/navigation_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698