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

Unified Diff: chrome/utility/extensions/extensions_handler.cc

Issue 2697463002: Convert utility process extension Unpacker IPC to mojo (Closed)
Patch Set: Sync to ToT. Created 3 years, 10 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/utility/extensions/extensions_handler.cc
diff --git a/chrome/utility/extensions/extensions_handler.cc b/chrome/utility/extensions/extensions_handler.cc
index 4cb3fa887f6fb7d0f8fe385a489573f8e18e2c53..5c939702c3324759f74d2d3aa2a16919edd526c8 100644
--- a/chrome/utility/extensions/extensions_handler.cc
+++ b/chrome/utility/extensions/extensions_handler.cc
@@ -176,8 +176,7 @@ ExtensionsHandler::ExtensionsHandler() {
ExtensionsClient::Set(ChromeExtensionsClient::GetInstance());
}
-ExtensionsHandler::~ExtensionsHandler() {
-}
+ExtensionsHandler::~ExtensionsHandler() = default;
// static
void ExtensionsHandler::PreSandboxStartup() {

Powered by Google App Engine
This is Rietveld 408576698