| Index: athena/content/shell/dialogs.cc
 | 
| diff --git a/athena/content/shell/dialogs.cc b/athena/content/shell/dialogs.cc
 | 
| deleted file mode 100644
 | 
| index ce5db0addc94cf894b0d6e28b68736694a5cedbe..0000000000000000000000000000000000000000
 | 
| --- a/athena/content/shell/dialogs.cc
 | 
| +++ /dev/null
 | 
| @@ -1,23 +0,0 @@
 | 
| -// Copyright 2014 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 "athena/content/public/dialogs.h"
 | 
| -#include "base/logging.h"
 | 
| -
 | 
| -namespace athena {
 | 
| -
 | 
| -content::ColorChooser* OpenColorChooser(
 | 
| -    content::WebContents* web_contents,
 | 
| -    SkColor initial_color,
 | 
| -    const std::vector<content::ColorSuggestion>& suggestions) {
 | 
| -  NOTIMPLEMENTED();
 | 
| -  return nullptr;
 | 
| -}
 | 
| -
 | 
| -void OpenFileChooser(content::WebContents* web_contents,
 | 
| -                     const content::FileChooserParams& params) {
 | 
| -  NOTIMPLEMENTED();
 | 
| -}
 | 
| -
 | 
| -}  // namespace athena
 | 
| 
 |