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

Unified Diff: ios/web/web_state/ui/crw_web_controller+protected.h

Issue 1899853002: Remove CRWWKWebViewWebController variables. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web/web_state/ui/crw_web_controller.mm ('k') | ios/web/web_state/ui/crw_wk_web_view_web_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/web_state/ui/crw_web_controller+protected.h
diff --git a/ios/web/web_state/ui/crw_web_controller+protected.h b/ios/web/web_state/ui/crw_web_controller+protected.h
index 2ed0a224182ab6a61dfd9cc76230a04f8e99d173..13d0a22c0dfb600e3501ebbbd71b1ba933af5a72 100644
--- a/ios/web/web_state/ui/crw_web_controller+protected.h
+++ b/ios/web/web_state/ui/crw_web_controller+protected.h
@@ -92,23 +92,6 @@ static NSString* const kScriptImmediateName = @"crwebinvokeimmediate";
// Downloader for PassKit files. Lazy initialized.
@property(nonatomic, readonly) CRWPassKitDownloader* passKitDownloader;
-// The actual URL of the document object (i.e., the last committed URL).
-// TODO(crbug.com/549616): Remove this in favor of just updating the
-// navigation manager and treating that as authoritative. For now, this allows
-// sharing the flow that's currently in the superclass.
-@property(nonatomic, readonly) GURL documentURL;
-
-// YES if the user has interacted with the content area since the last URL
-// change.
-@property(nonatomic, readonly) BOOL interactionRegisteredSinceLastURLChange;
-
-// Sets _documentURL to newURL, and updates any relevant state information.
-- (void)setDocumentURL:(const GURL&)newURL;
-
-// Returns the current URL of the web view, and sets |trustLevel| accordingly
-// based on the confidence in the verification.
-- (GURL)webURLWithTrustLevel:(web::URLVerificationTrustLevel*)trustLevel;
-
// Returns the type of document object loaded in the web view.
- (web::WebViewDocumentType)webViewDocumentType;
@@ -219,10 +202,6 @@ static NSString* const kScriptImmediateName = @"crwebinvokeimmediate";
// Returns whether the user is interacting with the page.
@property(nonatomic, readonly) BOOL userIsInteracting;
-// YES if a user interaction has been registered at any time since the page has
-// loaded.
-@property(nonatomic, readwrite) BOOL userInteractionRegistered;
-
// YES if the web process backing _wkWebView is believed to currently be dead.
@property(nonatomic, assign) BOOL webProcessIsDead;
« no previous file with comments | « ios/web/web_state/ui/crw_web_controller.mm ('k') | ios/web/web_state/ui/crw_wk_web_view_web_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698