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

Side by Side Diff: ios/web/navigation/navigation_manager_impl.h

Issue 1836793002: [ios] Moved WebLoadParams inside NavigationManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « ios/web/ios_web.gyp ('k') | ios/web/navigation/navigation_manager_impl.mm » ('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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 IOS_WEB_NAVIGATION_NAVIGATION_MANAGER_IMPL_H_ 5 #ifndef IOS_WEB_NAVIGATION_NAVIGATION_MANAGER_IMPL_H_
6 #define IOS_WEB_NAVIGATION_NAVIGATION_MANAGER_IMPL_H_ 6 #define IOS_WEB_NAVIGATION_NAVIGATION_MANAGER_IMPL_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/mac/scoped_nsobject.h" 12 #include "base/mac/scoped_nsobject.h"
13 #include "base/macros.h" 13 #include "base/macros.h"
14 #include "base/memory/scoped_vector.h" 14 #include "base/memory/scoped_vector.h"
15 #include "ios/web/public/navigation_manager.h" 15 #import "ios/web/public/navigation_manager.h"
16 #include "ui/base/page_transition_types.h" 16 #include "ui/base/page_transition_types.h"
17 #include "url/gurl.h" 17 #include "url/gurl.h"
18 18
19 @class CRWSessionController; 19 @class CRWSessionController;
20 @class CRWSessionEntry; 20 @class CRWSessionEntry;
21 21
22 namespace web { 22 namespace web {
23 class BrowserState; 23 class BrowserState;
24 class NavigationItem; 24 class NavigationItem;
25 struct Referrer; 25 struct Referrer;
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 // List of transient url rewriters added by |AddTransientURLRewriter()|. 145 // List of transient url rewriters added by |AddTransientURLRewriter()|.
146 scoped_ptr<std::vector<BrowserURLRewriter::URLRewriter>> 146 scoped_ptr<std::vector<BrowserURLRewriter::URLRewriter>>
147 transient_url_rewriters_; 147 transient_url_rewriters_;
148 148
149 DISALLOW_COPY_AND_ASSIGN(NavigationManagerImpl); 149 DISALLOW_COPY_AND_ASSIGN(NavigationManagerImpl);
150 }; 150 };
151 151
152 } // namespace web 152 } // namespace web
153 153
154 #endif // IOS_WEB_NAVIGATION_NAVIGATION_MANAGER_IMPL_H_ 154 #endif // IOS_WEB_NAVIGATION_NAVIGATION_MANAGER_IMPL_H_
OLDNEW
« no previous file with comments | « ios/web/ios_web.gyp ('k') | ios/web/navigation/navigation_manager_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698