| Index: chrome/browser/sessions/session_service.cc
|
| ===================================================================
|
| --- chrome/browser/sessions/session_service.cc (revision 50107)
|
| +++ chrome/browser/sessions/session_service.cc (working copy)
|
| @@ -431,8 +431,13 @@
|
| void SessionService::Save() {
|
| bool had_commands = !pending_commands().empty();
|
| BaseSessionService::Save();
|
| - if (had_commands)
|
| + if (had_commands) {
|
| RecordSaveHistogramData();
|
| + NotificationService::current()->Notify(
|
| + NotificationType::SESSION_SERVICE_SAVED,
|
| + NotificationService::AllSources(),
|
| + NotificationService::NoDetails());
|
| + }
|
| }
|
|
|
|
|
|
|