| Index: chrome/browser/ui/webui/foreign_session_handler.h
|
| diff --git a/chrome/browser/ui/webui/foreign_session_handler.h b/chrome/browser/ui/webui/foreign_session_handler.h
|
| index 81e96ab9ed415f823fca28a991a0e2fbf17a506e..ac852b2ecb55098c17bdc6185e367a4d4e6939da 100644
|
| --- a/chrome/browser/ui/webui/foreign_session_handler.h
|
| +++ b/chrome/browser/ui/webui/foreign_session_handler.h
|
| @@ -94,6 +94,10 @@ class ForeignSessionHandler : public content::WebUIMessageHandler,
|
| // The Registrar used to register ForeignSessionHandler for notifications.
|
| content::NotificationRegistrar registrar_;
|
|
|
| + // The time at which this WebUI was created. Used to calculate how long
|
| + // the WebUI was present before the sessions data was visible.
|
| + base::Time load_attempt_time_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ForeignSessionHandler);
|
| };
|
|
|
|
|