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

Unified Diff: chrome/browser/sync/profile_sync_service.cc

Issue 5741001: Even more virtual method deinlining. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (windows) Created 10 years 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/profile_sync_service.h ('k') | chrome/browser/tab_closeable_state_watcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_service.cc
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
index 2567dda38a26194be0a8d2014d797d6cfd9ac1d2..002d2d73cf97b6316d207ac5a2c6450e8543ae5d 100644
--- a/chrome/browser/sync/profile_sync_service.cc
+++ b/chrome/browser/sync/profile_sync_service.cc
@@ -772,6 +772,10 @@ std::string ProfileSyncService::BuildSyncStatusSummaryText(
}
}
+bool ProfileSyncService::unrecoverable_error_detected() const {
+ return unrecoverable_error_detected_;
+}
+
string16 ProfileSyncService::GetLastSyncedTimeString() const {
if (last_synced_time_.is_null())
return l10n_util::GetStringUTF16(IDS_SYNC_TIME_NEVER);
« no previous file with comments | « chrome/browser/sync/profile_sync_service.h ('k') | chrome/browser/tab_closeable_state_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698