| Index: chrome/browser/ui/views/shell_dialogs_aura.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/shell_dialogs_aura.cc (revision 0)
|
| +++ chrome/browser/ui/views/shell_dialogs_aura.cc (revision 0)
|
| @@ -0,0 +1,10 @@
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "chrome/browser/ui/shell_dialogs.h"
|
| +
|
| +// static
|
| +SelectFileDialog* SelectFileDialog::Create(Listener* listener) {
|
| + return NULL;
|
| +}
|
|
|
| Property changes on: chrome\browser\ui\views\shell_dialogs_aura.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|