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

Unified Diff: content/shell/browser/shell_quota_permission_context.h

Issue 671663002: Standardize usage of virtual/override/final in content/ (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: content/shell/browser/shell_quota_permission_context.h
diff --git a/content/shell/browser/shell_quota_permission_context.h b/content/shell/browser/shell_quota_permission_context.h
index 747f869d9d62952aa720d82b401af0f6a981a189..365e0498ea099c8bdf19c23b29d5b14786a0dcf5 100644
--- a/content/shell/browser/shell_quota_permission_context.h
+++ b/content/shell/browser/shell_quota_permission_context.h
@@ -15,13 +15,12 @@ class ShellQuotaPermissionContext : public QuotaPermissionContext {
ShellQuotaPermissionContext();
// The callback will be dispatched on the IO thread.
- virtual void RequestQuotaPermission(
- const StorageQuotaParams& params,
- int render_process_id,
- const PermissionCallback& callback) override;
+ void RequestQuotaPermission(const StorageQuotaParams& params,
+ int render_process_id,
+ const PermissionCallback& callback) override;
private:
- virtual ~ShellQuotaPermissionContext();
+ ~ShellQuotaPermissionContext() override;
DISALLOW_COPY_AND_ASSIGN(ShellQuotaPermissionContext);
};
« no previous file with comments | « content/shell/browser/shell_plugin_service_filter.h ('k') | content/shell/browser/shell_resource_dispatcher_host_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698