diff options
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index 37a53e0..04d11c6e 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -159,23 +159,6 @@ namespace views { 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: |