| Index: chrome/common/temp_scaffolding_stubs.h
|
| ===================================================================
|
| --- chrome/common/temp_scaffolding_stubs.h (revision 12784)
|
| +++ chrome/common/temp_scaffolding_stubs.h (working copy)
|
| @@ -427,8 +427,8 @@
|
| };
|
| void ListenerDestroyed() { NOTIMPLEMENTED(); }
|
| void SelectFile(Type, const std::wstring&, const std::wstring&,
|
| - const std::wstring&, const std::wstring&, gfx::NativeWindow,
|
| - void*) { NOTIMPLEMENTED(); }
|
| + const std::wstring&, int, const std::wstring&,
|
| + gfx::NativeWindow, void*) { NOTIMPLEMENTED(); }
|
| static SelectFileDialog* Create(WebContents*) {
|
| NOTIMPLEMENTED();
|
| return new SelectFileDialog;
|
|
|