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

Unified Diff: chrome/browser/sync/glue/history_model_worker.cc

Issue 5841002: Finish deinlining virtual methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert parts of the balloon modifications 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
Index: chrome/browser/sync/glue/history_model_worker.cc
diff --git a/chrome/browser/sync/glue/history_model_worker.cc b/chrome/browser/sync/glue/history_model_worker.cc
index bb1ac93a025f0a29d83b4c29445d3e4e6fd2b67a..9b0ea509978029005977779a786dc1e6caa8f6fa 100644
--- a/chrome/browser/sync/glue/history_model_worker.cc
+++ b/chrome/browser/sync/glue/history_model_worker.cc
@@ -50,6 +50,10 @@ void HistoryModelWorker::DoWorkAndWaitUntilDone(Callback0::Type* work) {
done.Wait();
}
+ModelSafeGroup HistoryModelWorker::GetModelSafeGroup() {
+ return GROUP_HISTORY;
+}
+
bool HistoryModelWorker::CurrentThreadIsWorkThread() {
// TODO(ncarter): How to determine this?
return true;

Powered by Google App Engine
This is Rietveld 408576698