Index: content/public/common/file_chooser_params.cc |
=================================================================== |
--- content/public/common/file_chooser_params.cc (revision 0) |
+++ content/public/common/file_chooser_params.cc (revision 0) |
@@ -0,0 +1,15 @@ |
+// 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 "content/public/common/file_chooser_params.h" |
+ |
+namespace content { |
+ |
+FileChooserParams::FileChooserParams() : mode(Open) { |
+} |
+ |
+FileChooserParams::~FileChooserParams() { |
+} |
+ |
+} // namespace content |
Property changes on: content\public\common\file_chooser_params.cc |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |