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

Unified Diff: ios/web/browsing_data_managers/crw_cookie_browsing_data_manager.mm

Issue 1423483004: Updated TODO(shreyasv) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/web/browsing_data_managers/crw_cookie_browsing_data_manager.mm
diff --git a/ios/web/browsing_data_managers/crw_cookie_browsing_data_manager.mm b/ios/web/browsing_data_managers/crw_cookie_browsing_data_manager.mm
index f2c42e2b9589485fee0201df2af0c03da77830f5..0e8a8b5826d9bd29564d7a7370b73480f2854041 100644
--- a/ios/web/browsing_data_managers/crw_cookie_browsing_data_manager.mm
+++ b/ios/web/browsing_data_managers/crw_cookie_browsing_data_manager.mm
@@ -26,24 +26,17 @@
}
#pragma mark CRWBrowsingDataManager implementation
-// TODO(shreyasv): During implementation of the following methods evaluate if
-// the entire BrowserState is required. Looks like only |state_path| may be
-// required.
- (void)stashData {
- // TODO(shreyasv): Implement this. crbug.com/480654
}
- (void)restoreData {
- // TODO(shreyasv): Implement this. crbug.com/480654
}
- (void)removeDataAtStashPath {
- // TODO(shreyasv): Implement this. crbug.com/480654
}
- (void)removeDataAtCanonicalPath {
- // TODO(shreyasv): Implement this. crbug.com/480654
}
@end

Powered by Google App Engine
This is Rietveld 408576698