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

Unified Diff: chrome/browser/search_engines/template_url_service.h

Issue 10766016: [Sync] Add location parameter to SyncChange in Sync API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: F Created 8 years, 5 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/search_engines/template_url_service.h
diff --git a/chrome/browser/search_engines/template_url_service.h b/chrome/browser/search_engines/template_url_service.h
index c029e2b32d8cb82ad873966b21380c5609f5316e..9777288ba503c4395ef8ef3ff75c6b9037c72018 100644
--- a/chrome/browser/search_engines/template_url_service.h
+++ b/chrome/browser/search_engines/template_url_service.h
@@ -292,7 +292,8 @@ class TemplateURLService : public WebDataServiceConsumer,
// This may send a new SyncChange to the cloud. If our model has not yet been
// associated with Sync, or if this is triggered by a Sync change, then this
// does nothing.
- void ProcessTemplateURLChange(const TemplateURL* turl,
+ void ProcessTemplateURLChange(const tracked_objects::Location& from_here,
+ const TemplateURL* turl,
syncer::SyncChange::SyncChangeType type);
Profile* profile() const { return profile_; }

Powered by Google App Engine
This is Rietveld 408576698