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

Unified Diff: chrome/browser/dom_ui/foreign_session_handler.cc

Issue 4158009: Session sync integration tests. Left out many client for now, since even... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | « no previous file | chrome/browser/sessions/session_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/foreign_session_handler.cc
===================================================================
--- chrome/browser/dom_ui/foreign_session_handler.cc (revision 64006)
+++ chrome/browser/dom_ui/foreign_session_handler.cc (working copy)
@@ -142,7 +142,7 @@
// TODO(zea): sessionTag is per client, it might be better per window.
window_data->SetString("sessionTag",
- foreign_session->foreign_tession_tag);
+ foreign_session->foreign_session_tag);
window_data->SetInteger("sessionId", entry->id);
// Give ownership to |list_value|.
« no previous file with comments | « no previous file | chrome/browser/sessions/session_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698