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

Unified Diff: chrome/browser/hang_monitor/hung_window_detector.h

Issue 1109043003: Apply automated fixits for Chrome clang plugin to chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/hang_monitor/hung_window_detector.h
diff --git a/chrome/browser/hang_monitor/hung_window_detector.h b/chrome/browser/hang_monitor/hung_window_detector.h
index 5cf8b7ef01ed178f417419d95aaa484cae076e1e..4404cec9b03657168b47ee20346092e19f4fed85 100644
--- a/chrome/browser/hang_monitor/hung_window_detector.h
+++ b/chrome/browser/hang_monitor/hung_window_detector.h
@@ -48,7 +48,7 @@ class HungWindowDetector : public WorkerThreadTicker::Callback {
// Note that the Initialize method needs to be called to initiate monitoring
// of hung windows.
explicit HungWindowDetector(HungWindowNotification* notification);
- ~HungWindowDetector();
+ ~HungWindowDetector() override;
// This method initialized the monitoring of hung windows. All descendant
// windows of the passed-in top-level window which belong to a thread
@@ -62,7 +62,7 @@ class HungWindowDetector : public WorkerThreadTicker::Callback {
int message_response_timeout);
// Implementation of the WorkerThreadTicker::Callback interface
- virtual void OnTick();
+ void OnTick() override;
private:
// Helper function that checks whether the specified child window is hung.
« no previous file with comments | « chrome/browser/hang_monitor/hung_plugin_action.h ('k') | chrome/browser/importer/ie_importer_browsertest_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698