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

Unified Diff: ios/chrome/browser/tabs/tab.h

Issue 2741413007: Refactoring Reload in NavigationManager and CRWWebController. (Closed)
Patch Set: fixed more check_for_repost errors Created 3 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 side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/tabs/tab.h
diff --git a/ios/chrome/browser/tabs/tab.h b/ios/chrome/browser/tabs/tab.h
index 2623b4624c747af3fa6c3bcd6dd934f294614837..f8d9ab1b53d5d1aa2a17929db0b9314b3fc6bfed 100644
--- a/ios/chrome/browser/tabs/tab.h
+++ b/ios/chrome/browser/tabs/tab.h
@@ -255,7 +255,6 @@ extern NSString* const kProxyPassthroughHeaderValue;
// Navigate forwards or backwards to |item|.
- (void)goToItem:(const web::NavigationItem*)item;
-- (void)reload;
// Navigates forwards or backwards.
// TODO(crbug.com/661664): These are passthroughs to CRWWebController. Convert

Powered by Google App Engine
This is Rietveld 408576698