| Index: chrome/browser/extensions/extension_prefs.h
|
| diff --git a/chrome/browser/extensions/extension_prefs.h b/chrome/browser/extensions/extension_prefs.h
|
| index 25c2c9a3ab85c879d7f37bc590d9d2fb7b202f2e..8b40ad9acd9d5c4d03939a0c46d173940b09fc6e 100644
|
| --- a/chrome/browser/extensions/extension_prefs.h
|
| +++ b/chrome/browser/extensions/extension_prefs.h
|
| @@ -207,7 +207,6 @@ class ExtensionPrefs : public ExtensionContentSettingsStore::Observer {
|
| // 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|.
|
|
|