From 7387509129d02968481c9cd912ab60c79bd6deea Mon Sep 17 00:00:00 2001 From: "willchan@chromium.org" Date: Thu, 18 Jun 2009 03:10:34 +0000 Subject: Revert r18661. Broke purify and mac valgrind. "Pull Extension-related prefs into its own class. Also add a notification for when the extensions service has finished its initial load of extensions, separate from EXTENSIONS_LOADED.TEST=noneBUG=none" Review URL: http://codereview.chromium.org/132008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18682 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/extensions/user_script_master.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chrome/browser/extensions/user_script_master.h') diff --git a/chrome/browser/extensions/user_script_master.h b/chrome/browser/extensions/user_script_master.h index ab87631..7a73323 100644 --- a/chrome/browser/extensions/user_script_master.h +++ b/chrome/browser/extensions/user_script_master.h @@ -148,10 +148,6 @@ class UserScriptMaster : public base::RefCounted, // List of scripts outside of script directories we should also load. UserScriptList lone_scripts_; - // If the extensions service has finished loading its initial set of - // extensions. - bool extensions_service_ready_; - // If the script directory is modified while we're rescanning it, we note // that we're currently mid-scan and then start over again once the scan // finishes. This boolean tracks whether another scan is pending. -- cgit v1.1