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

Unified Diff: app/hi_res_timer_manager.h

Issue 5648004: Add the "virtual" keyword on method overrides that are missing it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missing file 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 | « no previous file | app/slide_animation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/hi_res_timer_manager.h
diff --git a/app/hi_res_timer_manager.h b/app/hi_res_timer_manager.h
index 7eed795ca2acbefb586961b8976d08a3b8989158..7f3b87bcacc067aee41cc9c70208bcb5971cabed 100644
--- a/app/hi_res_timer_manager.h
+++ b/app/hi_res_timer_manager.h
@@ -16,7 +16,7 @@ class HighResolutionTimerManager : public SystemMonitor::PowerObserver {
virtual ~HighResolutionTimerManager();
// SystemMonitor::PowerObserver:
- void OnPowerStateChange(bool on_battery_power);
+ virtual void OnPowerStateChange(bool on_battery_power);
private:
// Enable or disable the faster multimedia timer.
« no previous file with comments | « no previous file | app/slide_animation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698