| Index: ui/base/touch/touch_editing_controller.cc
|
| diff --git a/ui/base/touch/touch_editing_controller.cc b/ui/base/touch/touch_editing_controller.cc
|
| deleted file mode 100644
|
| index 1b84ed929bf2af8ad365bd6974d87ec7e3866bb7..0000000000000000000000000000000000000000
|
| --- a/ui/base/touch/touch_editing_controller.cc
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -// Copyright (c) 2013 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 "ui/base/touch/touch_editing_controller.h"
|
| -
|
| -namespace ui {
|
| -
|
| -namespace {
|
| -TouchSelectionControllerFactory* g_shared_instance = NULL;
|
| -} // namespace
|
| -
|
| -TouchSelectionController* TouchSelectionController::create(
|
| - TouchEditable* client_view) {
|
| - if (g_shared_instance)
|
| - return g_shared_instance->create(client_view);
|
| - return NULL;
|
| -}
|
| -
|
| -// static
|
| -void TouchSelectionControllerFactory::SetInstance(
|
| - TouchSelectionControllerFactory* instance) {
|
| - g_shared_instance = instance;
|
| -}
|
| -
|
| -} // namespace ui
|
|
|