Index: chrome/browser/extensions/extension_prefs.h |
diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h |
index de445455638e83d5ca502d0a5a7a8899d564d473..a1f08f29169dc8e40a0cd42935ab57d4218637a6 100644 |
--- a/chrome/browser/extensions/extension_prefs.h |
+++ b/chrome/browser/extensions/extension_prefs.h |
@@ -201,6 +201,7 @@ class ExtensionPrefs { |
// scripts into pages with file URLs. |
bool AllowFileAccess(const std::string& extension_id); |
void SetAllowFileAccess(const std::string& extension_id, bool allow); |
+ bool HasAllowFileAccessSetting(const std::string& extension_id) const; |
// Get the launch type preference. If no preference is set, return |
// |default_pref_value|. |