| Index: chrome/browser/ui/chrome_select_file_policy.h
|
| diff --git a/chrome/browser/ui/chrome_select_file_policy.h b/chrome/browser/ui/chrome_select_file_policy.h
|
| index 51eb688e5584a0ce499c0a99ded2d789cf0370a6..d7294b92f9809ae0adafb0295bb238990cd7304e 100644
|
| --- a/chrome/browser/ui/chrome_select_file_policy.h
|
| +++ b/chrome/browser/ui/chrome_select_file_policy.h
|
| @@ -25,6 +25,9 @@ class ChromeSelectFilePolicy : public ui::SelectFilePolicy {
|
| virtual bool CanOpenSelectFileDialog() OVERRIDE;
|
| virtual void SelectFileDenied() OVERRIDE;
|
|
|
| + // Returns true if local state allows showing file pickers.
|
| + static bool FileSelectDialogsAllowed();
|
| +
|
| private:
|
| content::WebContents* source_contents_;
|
|
|
|
|