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

Unified Diff: ios/chrome/browser/sessions/session_window_ios.h

Issue 2802763002: [ios] Cleanup SessionServiceIOS implementation. (Closed)
Patch Set: Created 3 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
Index: ios/chrome/browser/sessions/session_window_ios.h
diff --git a/ios/chrome/browser/sessions/session_window_ios.h b/ios/chrome/browser/sessions/session_window_ios.h
index 1e8efb3bd034a9c7e0ff7f9dba2356079a96e2f0..1b6705800f694ca49cd5b1f0013c3d10d1d58766 100644
--- a/ios/chrome/browser/sessions/session_window_ios.h
+++ b/ios/chrome/browser/sessions/session_window_ios.h
@@ -20,9 +20,6 @@
selectedIndex:(NSUInteger)selectedIndex
NS_DESIGNATED_INITIALIZER;
-// Clears all added sessions.
-- (void)clearSessions;
-
// The serialized session objects.
@property(nonatomic, readonly) NSArray<CRWSessionStorage*>* sessions;

Powered by Google App Engine
This is Rietveld 408576698