| Index: ui/views/controls/styled_label_listener.h
|
| diff --git a/ui/views/controls/styled_label_listener.h b/ui/views/controls/styled_label_listener.h
|
| deleted file mode 100644
|
| index 13c08fd6e9738248a1c00cbfb8f560f010e30b3f..0000000000000000000000000000000000000000
|
| --- a/ui/views/controls/styled_label_listener.h
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -// Copyright 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.
|
| -
|
| -#ifndef UI_VIEWS_CONTROLS_STYLED_LABEL_LISTENER_H_
|
| -#define UI_VIEWS_CONTROLS_STYLED_LABEL_LISTENER_H_
|
| -
|
| -#include "ui/views/views_export.h"
|
| -
|
| -namespace gfx {
|
| -class Range;
|
| -}
|
| -
|
| -namespace views {
|
| -
|
| -// A listener interface for StyledLabel.
|
| -class VIEWS_EXPORT StyledLabelListener {
|
| - public:
|
| - virtual void StyledLabelLinkClicked(const gfx::Range& range,
|
| - int event_flags) = 0;
|
| -
|
| - protected:
|
| - virtual ~StyledLabelListener() {}
|
| -};
|
| -
|
| -} // namespace views
|
| -
|
| -#endif // UI_VIEWS_CONTROLS_STYLED_LABEL_LISTENER_H_
|
|
|