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

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..0e4615d2e819ef94a2aed2916dd006d27c15fc71 100644
--- a/ios/chrome/browser/sessions/session_window.h
+++ b/ios/chrome/browser/sessions/session_window.h
@@ -21,9 +21,9 @@
// 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.
« 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