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

Unified Diff: ios/chrome/browser/ui/commands/clear_browsing_data_command.mm

Issue 2299543003: Remove old clear browsing data methods on iOS (Closed)
Patch Set: Created 4 years, 4 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/chrome/browser/ui/commands/clear_browsing_data_command.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/commands/clear_browsing_data_command.mm
diff --git a/ios/chrome/browser/ui/commands/clear_browsing_data_command.mm b/ios/chrome/browser/ui/commands/clear_browsing_data_command.mm
index 0b07e9b75b6b7ea15a91929029bdab1ddc95e6b0..c152e517e62d8beb7d7eec962f777dadea105858 100644
--- a/ios/chrome/browser/ui/commands/clear_browsing_data_command.mm
+++ b/ios/chrome/browser/ui/commands/clear_browsing_data_command.mm
@@ -31,11 +31,4 @@
return self;
}
-- (instancetype)initWithBrowserState:(ios::ChromeBrowserState*)browserState
- mask:(int)mask {
- return [self initWithBrowserState:browserState
- mask:mask
- timePeriod:browsing_data::ALL_TIME];
-}
-
@end
« no previous file with comments | « ios/chrome/browser/ui/commands/clear_browsing_data_command.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698