Index: trunk/src/chrome/browser/ui/webui/signin/inline_login_handler_impl.h |
=================================================================== |
--- trunk/src/chrome/browser/ui/webui/signin/inline_login_handler_impl.h (revision 252157) |
+++ trunk/src/chrome/browser/ui/webui/signin/inline_login_handler_impl.h (working copy) |
@@ -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); |
}; |