diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-17 22:08:35 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-17 22:08:35 +0000 |
commit | e9e7fcf685c04dd864fe43f2eda17177ced50760 (patch) | |
tree | 9be846229063ae252516b96173cade3662b229ea /chrome/browser/extensions/user_script_master.h | |
parent | 955ee6d6f9ef04b29a1fde4ea20091e424c4911e (diff) | |
download | chromium_src-e9e7fcf685c04dd864fe43f2eda17177ced50760.zip chromium_src-e9e7fcf685c04dd864fe43f2eda17177ced50760.tar.gz chromium_src-e9e7fcf685c04dd864fe43f2eda17177ced50760.tar.bz2 |
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/126281
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/user_script_master.h')
-rw-r--r-- | chrome/browser/extensions/user_script_master.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/extensions/user_script_master.h b/chrome/browser/extensions/user_script_master.h index 7a73323..ab87631 100644 --- a/chrome/browser/extensions/user_script_master.h +++ b/chrome/browser/extensions/user_script_master.h @@ -148,6 +148,10 @@ class UserScriptMaster : public base::RefCounted<UserScriptMaster>, // 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. |