| Index: chrome/browser/debugger/devtools_window.h
|
| diff --git a/chrome/browser/debugger/devtools_window.h b/chrome/browser/debugger/devtools_window.h
|
| index ac0741271b3bd08d82c73164354d19ee24f94183..14261703fe098c7a79d8ad954cf46bf16c8f40cc 100644
|
| --- a/chrome/browser/debugger/devtools_window.h
|
| +++ b/chrome/browser/debugger/devtools_window.h
|
| @@ -36,6 +36,7 @@ class Value;
|
| namespace content {
|
| class DevToolsAgentHost;
|
| class DevToolsClientHost;
|
| +struct FileChooserParams;
|
| class RenderViewHost;
|
| class WebContents;
|
| }
|
| @@ -121,6 +122,9 @@ class DevToolsWindow : private content::NotificationObserver,
|
| const content::NativeWebKeyboardEvent& event) OVERRIDE;
|
| virtual content::JavaScriptDialogCreator*
|
| GetJavaScriptDialogCreator() OVERRIDE;
|
| + virtual void RunFileChooser(
|
| + content::WebContents* web_contents,
|
| + const content::FileChooserParams& params) OVERRIDE;
|
|
|
| virtual void FrameNavigating(const std::string& url) OVERRIDE {}
|
|
|
|
|