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

Unified Diff: chrome/browser/media/media_browsertest.h

Issue 665323004: Standardize usage of virtual/override/final in chrome/browser/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/media/media_browsertest.h
diff --git a/chrome/browser/media/media_browsertest.h b/chrome/browser/media/media_browsertest.h
index 995f7b11fc1be458b69d639061f48ca731d9ee05..67a62a11ab6a50837b2ee7260a9bedf04682dad2 100644
--- a/chrome/browser/media/media_browsertest.h
+++ b/chrome/browser/media/media_browsertest.h
@@ -48,8 +48,8 @@ class MediaBrowserTest : public InProcessBrowserTest,
// Fails test and sets document title to kPluginCrashed when a plugin crashes.
// If IgnorePluginCrash(true) is called then plugin crash is ignored.
- virtual void PluginCrashed(const base::FilePath& plugin_path,
- base::ProcessId plugin_pid) override;
+ void PluginCrashed(const base::FilePath& plugin_path,
+ base::ProcessId plugin_pid) override;
// When called, the test will ignore any plugin crashes and not fail the test.
void IgnorePluginCrash();

Powered by Google App Engine
This is Rietveld 408576698