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

Unified Diff: chrome/browser/profile.cc

Issue 4096004: PyAuto hooks for Sync in TestingAutomationProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase; Addressing final review comment. Created 10 years, 1 month 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/profile.h ('k') | chrome/browser/profile_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profile.cc
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
index bd0c5c88533250fe107a9bbefd61d6f2fdba3265..bc5ba4466c1593f9d2082976578c7912ae28364a 100644
--- a/chrome/browser/profile.cc
+++ b/chrome/browser/profile.cc
@@ -424,6 +424,11 @@ class OffTheRecordProfileImpl : public Profile,
return false;
}
+ virtual bool HasProfileSyncService() const {
+ // We never have a profile sync service.
+ return false;
+ }
+
virtual bool DidLastSessionExitCleanly() {
return profile_->DidLastSessionExitCleanly();
}
« no previous file with comments | « chrome/browser/profile.h ('k') | chrome/browser/profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698