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

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

Issue 137893021: Make sure to initialize a boolean in ExtensionSettingsHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added histogram for count of unverified ids 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 | « chrome/browser/extensions/install_signer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/extensions/extension_settings_handler.cc
diff --git a/chrome/browser/ui/webui/extensions/extension_settings_handler.cc b/chrome/browser/ui/webui/extensions/extension_settings_handler.cc
index 68160064d6f304a676f096285cc6ccf9368160e4..3ef1ffc3b3e620dd4c8dc927a3e4b0f997d1f6e6 100644
--- a/chrome/browser/ui/webui/extensions/extension_settings_handler.cc
+++ b/chrome/browser/ui/webui/extensions/extension_settings_handler.cc
@@ -154,7 +154,8 @@ ExtensionSettingsHandler::ExtensionSettingsHandler()
deleting_rph_id_(-1),
registered_for_notifications_(false),
warning_service_observer_(this),
- error_console_observer_(this) {
+ error_console_observer_(this),
+ should_do_verification_check_(false) {
}
ExtensionSettingsHandler::~ExtensionSettingsHandler() {
« no previous file with comments | « chrome/browser/extensions/install_signer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698