| Index: chrome/browser/ui/views/color_chooser_aura.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/color_chooser_aura.cc (revision 132861)
|
| +++ chrome/browser/ui/views/color_chooser_aura.cc (working copy)
|
| @@ -1,14 +0,0 @@
|
| -// Copyright (c) 2012 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/browser/color_chooser.h"
|
| -
|
| -#include "base/logging.h"
|
| -
|
| -// static
|
| -content::ColorChooser* content::ColorChooser::Create(
|
| - int identifier, content::WebContents* tab, SkColor initial_color) {
|
| - NOTIMPLEMENTED();
|
| - return NULL;
|
| -}
|
|
|