| Index: chrome/common/temp_scaffolding_stubs.h
|
| ===================================================================
|
| --- chrome/common/temp_scaffolding_stubs.h (revision 18411)
|
| +++ chrome/common/temp_scaffolding_stubs.h (working copy)
|
| @@ -159,23 +159,6 @@
|
| class AcceleratorHandler {
|
| };
|
|
|
| -class TableModelObserver {
|
| - public:
|
| - virtual void OnModelChanged() = 0;
|
| - virtual void OnItemsChanged(int, int) = 0;
|
| - virtual void OnItemsAdded(int, int) = 0;
|
| - virtual void OnItemsRemoved(int, int) = 0;
|
| -};
|
| -
|
| -class TableModel {
|
| - public:
|
| - int CompareValues(int row1, int row2, int column_id) {
|
| - NOTIMPLEMENTED();
|
| - return 0;
|
| - }
|
| - virtual int RowCount() = 0;
|
| -};
|
| -
|
| #if !defined(TOOLKIT_VIEWS)
|
| class MenuItemView {
|
| public:
|
|
|