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

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

Issue 2652043006: Fix typos in comments "reciever" -> "receiver". (Closed)
Patch Set: Rebase. Created 3 years, 11 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.h
diff --git a/ios/chrome/browser/sessions/session_window.h b/ios/chrome/browser/sessions/session_window.h
index e2b838d2157250ce9abd9d6df8b9d23f1068fdc7..e773ee8ecbb714e413b6bbd98d16ff1e7e6b3d7b 100644
--- a/ios/chrome/browser/sessions/session_window.h
+++ b/ios/chrome/browser/sessions/session_window.h
@@ -21,16 +21,15 @@
// initialized "empty" (without any sessions) and sessions are added one at a
// time. For example:
// SessionWindowIOS* window = [[SessionWindow alloc] init];
-// [window addSession:session_storage];
+// [window addSerializedSession:session_storage];
// ...
-// [window setSelectedInex:mySelectedIndex];
+// [window setSelectedIndex:mySelectedIndex];
- (void)addSerializedSession:(CRWNavigationManagerStorage*)session;
// Clears all added sessions.
- (void)clearSessions;
// The serialized session objects.
-@property(nonatomic, readonly) NSArray* sessions;
marq (ping after 24h) 2017/01/26 10:56:28 This change seems out of scope for this CL as desc
// The currently selected session. NSNotFound if the sessionWindow contains
// no sessions; otherwise 0 <= |selectedIndex| < |unclaimedSessions|.
« no previous file with comments | « ios/chrome/browser/sessions/session_service.mm ('k') | ios/chrome/browser/ui/contextual_search/contextual_search_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698