Chromium Code Reviews| Index: chrome/browser/sync/engine/download_updates_command.cc |
| =================================================================== |
| --- chrome/browser/sync/engine/download_updates_command.cc (revision 71618) |
| +++ chrome/browser/sync/engine/download_updates_command.cc (working copy) |
| @@ -61,7 +61,7 @@ |
| // Set GetUpdatesMessage.GetUpdatesCallerInfo information. |
| get_updates->mutable_caller_info()->set_source( |
|
akalin
2011/01/19 22:14:52
Add TODO here talking about how we need to actuall
Nicolas Zea
2011/01/19 22:54:55
Done.
|
| - session->TestAndSetSource().first); |
| + session->TestAndSetSource().updates_source); |
| get_updates->mutable_caller_info()->set_notifications_enabled( |
| session->context()->notifications_enabled()); |