Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Unified Diff: chrome/common/net/gaia/gaia_urls.h

Issue 7600003: Pre- and Auto-login should not log the user out of an already signed in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add test source code file to CL Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/net/gaia/gaia_urls.h
===================================================================
--- chrome/common/net/gaia/gaia_urls.h (revision 96549)
+++ chrome/common/net/gaia/gaia_urls.h (working copy)
@@ -21,6 +21,7 @@
const std::string& issue_auth_token_url();
const std::string& get_user_info_url();
const std::string& token_auth_url();
+ const std::string& merge_session_url();
private:
GaiaUrls();
@@ -34,6 +35,7 @@
std::string issue_auth_token_url_;
std::string get_user_info_url_;
std::string token_auth_url_;
+ std::string merge_session_url_;
DISALLOW_COPY_AND_ASSIGN(GaiaUrls);
};

Powered by Google App Engine
This is Rietveld 408576698