Index: cc/resources/managed_tile_state.h |
diff --git a/cc/resources/managed_tile_state.h b/cc/resources/managed_tile_state.h |
index 8b72917896eba086059938f937d0c9dce57316c0..467c4e7f98315a22ef822aae75c93e8c1d82e9a7 100644 |
--- a/cc/resources/managed_tile_state.h |
+++ b/cc/resources/managed_tile_state.h |
@@ -32,14 +32,6 @@ enum ManagedTileBin { |
scoped_ptr<base::Value> ManagedTileBinAsValue( |
ManagedTileBin bin); |
-enum ManagedTileBinPriority { |
- HIGH_PRIORITY_BIN = 0, |
- LOW_PRIORITY_BIN = 1, |
- NUM_BIN_PRIORITIES = 2 |
-}; |
-scoped_ptr<base::Value> ManagedTileBinPriorityAsValue( |
- ManagedTileBinPriority bin); |
- |
// This is state that is specific to a tile that is |
// managed by the TileManager. |
class CC_EXPORT ManagedTileState { |