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

Unified Diff: chrome/browser/sync/engine/net/server_connection_manager.h

Issue 2124020: Remove signin and persist from gaia_authenticator. (Closed)
Patch Set: final upload Created 10 years, 7 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
« no previous file with comments | « chrome/browser/sync/engine/authenticator.cc ('k') | chrome/browser/sync/engine/syncapi.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/net/server_connection_manager.h
diff --git a/chrome/browser/sync/engine/net/server_connection_manager.h b/chrome/browser/sync/engine/net/server_connection_manager.h
index 078e7f85850770b2fbceac30e2b2f8d49d233a5c..188b4ba7f74f4525009a01c0d49616fd1dd8bdd0 100644
--- a/chrome/browser/sync/engine/net/server_connection_manager.h
+++ b/chrome/browser/sync/engine/net/server_connection_manager.h
@@ -18,7 +18,6 @@
#include "chrome/browser/sync/util/sync_types.h"
#include "chrome/common/deprecated/event_sys.h"
#include "chrome/common/net/http_return.h"
-#include "chrome/common/net/gaia/signin.h"
namespace syncable {
class WriteTransaction;
@@ -254,8 +253,6 @@ class ServerConnectionManager {
const std::string client_id() const { return client_id_; }
- void SetDomainFromSignIn(gaia::SignIn signin_type, const std::string& signin);
-
// This changes the server info used by the connection manager. This allows
// a single client instance to talk to different backing servers. This is
// typically called during / after authentication so that the server url
« no previous file with comments | « chrome/browser/sync/engine/authenticator.cc ('k') | chrome/browser/sync/engine/syncapi.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698