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

Unified Diff: chrome/common/worker_thread_ticker.h

Issue 777853003: Misc. warning fixes/cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/common/worker_thread_ticker.h
diff --git a/chrome/common/worker_thread_ticker.h b/chrome/common/worker_thread_ticker.h
index 2cdf3f3892aa97815d53cb0fe1704bb12056178a..0443015683b0232e2ec6e7f6fc6e9b9c077296c5 100644
--- a/chrome/common/worker_thread_ticker.h
+++ b/chrome/common/worker_thread_ticker.h
@@ -60,10 +60,6 @@ class WorkerThreadTicker {
tick_interval_ = base::TimeDelta::FromMilliseconds(tick_interval);
}
- int tick_interval() const {
Peter Kasting 2014/12/06 00:12:18 Unused.
- return tick_interval_.InMilliseconds();
- }
-
private:
void ScheduleTimerTask();

Powered by Google App Engine
This is Rietveld 408576698