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

Side by Side Diff: ios/web/web_state/ui/crw_web_controller.h

Issue 1861593005: Convert //ios from scoped_ptr to std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase? 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
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 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_WEB_STATE_UI_CRW_WEB_CONTROLLER_H_ 5 #ifndef IOS_WEB_WEB_STATE_UI_CRW_WEB_CONTROLLER_H_
6 #define IOS_WEB_WEB_STATE_UI_CRW_WEB_CONTROLLER_H_ 6 #define IOS_WEB_WEB_STATE_UI_CRW_WEB_CONTROLLER_H_
7 7
8 #import <UIKit/UIKit.h> 8 #import <UIKit/UIKit.h>
9 9
10 #include "base/memory/scoped_ptr.h"
11 #import "ios/web/net/crw_request_tracker_delegate.h" 10 #import "ios/web/net/crw_request_tracker_delegate.h"
12 #import "ios/web/public/navigation_manager.h" 11 #import "ios/web/public/navigation_manager.h"
13 #import "ios/web/public/web_state/crw_web_user_interface_delegate.h" 12 #import "ios/web/public/web_state/crw_web_user_interface_delegate.h"
14 #import "ios/web/public/web_state/js/crw_js_injection_evaluator.h" 13 #import "ios/web/public/web_state/js/crw_js_injection_evaluator.h"
15 #import "ios/web/public/web_state/ui/crw_web_delegate.h" 14 #import "ios/web/public/web_state/ui/crw_web_delegate.h"
16 #include "ios/web/public/web_state/url_verification_constants.h" 15 #include "ios/web/public/web_state/url_verification_constants.h"
17 #import "ios/web/web_state/ui/crw_touch_tracking_recognizer.h" 16 #import "ios/web/web_state/ui/crw_touch_tracking_recognizer.h"
18 17
19 namespace web { 18 namespace web {
20 19
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 // Returns the header height. 312 // Returns the header height.
314 - (CGFloat)headerHeight; 313 - (CGFloat)headerHeight;
315 314
316 // Caches request POST data in the given session entry. Exposed for testing. 315 // Caches request POST data in the given session entry. Exposed for testing.
317 - (void)cachePOSTDataForRequest:(NSURLRequest*)request 316 - (void)cachePOSTDataForRequest:(NSURLRequest*)request
318 inSessionEntry:(CRWSessionEntry*)currentSessionEntry; 317 inSessionEntry:(CRWSessionEntry*)currentSessionEntry;
319 318
320 @end 319 @end
321 320
322 #endif // IOS_WEB_WEB_STATE_UI_CRW_WEB_CONTROLLER_H_ 321 #endif // IOS_WEB_WEB_STATE_UI_CRW_WEB_CONTROLLER_H_
OLDNEW
« no previous file with comments | « ios/web/web_state/js/crw_js_window_id_manager_unittest.mm ('k') | ios/web/web_state/ui/crw_web_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698