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

Unified Diff: trunk/src/chrome/browser/ui/webui/extensions/extension_settings_handler.cc

Issue 147983011: Revert 247790 "Change default mode of extension install verifica..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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
« no previous file with comments | « trunk/src/chrome/browser/extensions/install_verifier.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/ui/webui/extensions/extension_settings_handler.cc
===================================================================
--- trunk/src/chrome/browser/ui/webui/extensions/extension_settings_handler.cc (revision 247796)
+++ trunk/src/chrome/browser/ui/webui/extensions/extension_settings_handler.cc (working copy)
@@ -16,7 +16,6 @@
#include "base/command_line.h"
#include "base/location.h"
#include "base/message_loop/message_loop.h"
-#include "base/metrics/histogram.h"
#include "base/prefs/pref_service.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_util.h"
@@ -759,11 +758,9 @@
"extensions.ExtensionSettings.returnExtensionsData", results);
MaybeRegisterForNotifications();
- UMA_HISTOGRAM_BOOLEAN("ExtensionSettings.ShouldDoVerificationCheck",
- should_do_verification_check_);
if (should_do_verification_check_) {
should_do_verification_check_ = false;
- extension_service_->VerifyAllExtensions(false); // bootstrap=false.
+ extension_service_->VerifyAllExtensions();
}
}
« no previous file with comments | « trunk/src/chrome/browser/extensions/install_verifier.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698