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

Unified Diff: extensions/shell/browser/shell_extension_host_delegate.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (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: extensions/shell/browser/shell_extension_host_delegate.h
diff --git a/extensions/shell/browser/shell_extension_host_delegate.h b/extensions/shell/browser/shell_extension_host_delegate.h
index d7265f3dbcfcb293b3baf0cdefc6d866d23d79e3..27934426a3bf18bc0547ea9e646cce9dabc441e2 100644
--- a/extensions/shell/browser/shell_extension_host_delegate.h
+++ b/extensions/shell/browser/shell_extension_host_delegate.h
@@ -18,25 +18,25 @@ class ShellExtensionHostDelegate : public ExtensionHostDelegate {
// ExtensionHostDelegate implementation.
virtual void OnExtensionHostCreated(
- content::WebContents* web_contents) OVERRIDE;
+ content::WebContents* web_contents) override;
virtual void OnRenderViewCreatedForBackgroundPage(
- ExtensionHost* host) OVERRIDE;
+ ExtensionHost* host) override;
virtual content::JavaScriptDialogManager* GetJavaScriptDialogManager()
- OVERRIDE;
+ override;
virtual void CreateTab(content::WebContents* web_contents,
const std::string& extension_id,
WindowOpenDisposition disposition,
const gfx::Rect& initial_pos,
- bool user_gesture) OVERRIDE;
+ bool user_gesture) override;
virtual void ProcessMediaAccessRequest(
content::WebContents* web_contents,
const content::MediaStreamRequest& request,
const content::MediaResponseCallback& callback,
- const Extension* extension) OVERRIDE;
+ const Extension* extension) override;
virtual bool CheckMediaAccessPermission(content::WebContents* web_contents,
const GURL& security_origin,
content::MediaStreamType type,
- const Extension* extension) OVERRIDE;
+ const Extension* extension) override;
private:
DISALLOW_COPY_AND_ASSIGN(ShellExtensionHostDelegate);
« no previous file with comments | « extensions/shell/browser/shell_display_info_provider.h ('k') | extensions/shell/browser/shell_extension_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698