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

Unified Diff: chrome/browser/tab_contents/thumbnail_generator.h

Issue 8614003: Add OVERRIDE to chrome/browser/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « chrome/browser/tab_contents/tab_contents_view_mac.h ('k') | chrome/browser/tabs/default_tab_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tab_contents/thumbnail_generator.h
diff --git a/chrome/browser/tab_contents/thumbnail_generator.h b/chrome/browser/tab_contents/thumbnail_generator.h
index c05f670e03fc8aa765e2ae9f852bb26edb571416..dc41c3f9bd9bb7fdedf1c7b6f8af71acce21a51d 100644
--- a/chrome/browser/tab_contents/thumbnail_generator.h
+++ b/chrome/browser/tab_contents/thumbnail_generator.h
@@ -124,8 +124,8 @@ class ThumbnailGenerator : public content::NotificationObserver,
const GURL& url);
// TabContentsObserver overrides.
- virtual void DidStartLoading();
- virtual void StopNavigation();
+ virtual void DidStartLoading() OVERRIDE;
+ virtual void StopNavigation() OVERRIDE;
private:
virtual void WidgetDidReceivePaintAtSizeAck(
@@ -136,7 +136,7 @@ class ThumbnailGenerator : public content::NotificationObserver,
// content::NotificationObserver interface.
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details);
+ const content::NotificationDetails& details) OVERRIDE;
// Indicates that the given widget has changed is visibility.
void WidgetHidden(RenderWidgetHost* widget);
« no previous file with comments | « chrome/browser/tab_contents/tab_contents_view_mac.h ('k') | chrome/browser/tabs/default_tab_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698