| Index: chrome/browser/ui/webui/signin/inline_login_handler_impl.h
|
| diff --git a/chrome/browser/ui/webui/signin/inline_login_handler_impl.h b/chrome/browser/ui/webui/signin/inline_login_handler_impl.h
|
| index b107006c47b09064630461d8abf6af233a38ec43..9193d34e09ed1554e7769c4421649f53c8f35038 100644
|
| --- a/chrome/browser/ui/webui/signin/inline_login_handler_impl.h
|
| +++ b/chrome/browser/ui/webui/signin/inline_login_handler_impl.h
|
| @@ -43,8 +43,9 @@
|
| scoped_ptr<GaiaAuthFetcher> auth_fetcher_;
|
| std::string email_;
|
| std::string password_;
|
| - std::string session_index_;
|
| bool choose_what_to_sync_;
|
| + // Partition id for the gaia webview;
|
| + std::string partition_id_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(InlineLoginHandlerImpl);
|
| };
|
|
|