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

Unified Diff: chrome/browser/automation/testing_automation_provider.cc

Issue 9348036: Trim code from sync's ServerConnectionManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Delete some more code Created 8 years, 10 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/browser/automation/testing_automation_provider.cc
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
index 302cb5720056cdd36036e10c3169db0c4d7f16fa..3d60e9e87a2faefdcfc25297ca15bc5355b7d29f 100644
--- a/chrome/browser/automation/testing_automation_provider.cc
+++ b/chrome/browser/automation/testing_automation_provider.cc
@@ -5082,8 +5082,7 @@ void TestingAutomationProvider::SignInToSync(Browser* browser,
// Sample json output:
// {u'summary': u'SYNC DISABLED'}
//
-// { u'authenticated': True,
-// u'last synced': u'Just now',
+// { u'last synced': u'Just now',
// u'summary': u'READY',
// u'sync url': u'clients4.google.com',
// u'updates received': 42,
@@ -5112,7 +5111,6 @@ void TestingAutomationProvider::GetSyncInfo(Browser* browser,
sync_info->SetString("summary",
ProfileSyncService::BuildSyncStatusSummaryText(status.summary));
sync_info->SetString("sync url", service->sync_service_url().host());
- sync_info->SetBoolean("authenticated", status.authenticated);
sync_info->SetString("last synced", service->GetLastSyncedTimeString());
sync_info->SetInteger("updates received", status.updates_received);
ListValue* synced_datatype_list = new ListValue;
« no previous file with comments | « no previous file | chrome/browser/resources/sync_internals/about.html » ('j') | chrome/browser/sync/engine/all_status.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698