summaryrefslogtreecommitdiffstats
path: root/cc/resources/managed_tile_state.h
diff options
context:
space:
mode:
authorepenner@chromium.org <epenner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-30 20:41:21 +0000
committerepenner@chromium.org <epenner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-30 20:41:21 +0000
commitea5ace2eab528fd7272744585199d2625411f9ca (patch)
tree2e8da7a8edd43a6134d02999fc9cda72be42b074 /cc/resources/managed_tile_state.h
parent785028babb7a74c1173513b4371a11c81d33d509 (diff)
downloadchromium_src-ea5ace2eab528fd7272744585199d2625411f9ca.zip
chromium_src-ea5ace2eab528fd7272744585199d2625411f9ca.tar.gz
chromium_src-ea5ace2eab528fd7272744585199d2625411f9ca.tar.bz2
CC: Delete unused code and fix priority_ array definition to
make sense. The use of NUM_BIN_PRIORITIES was confusing, but actually it looks like that was simply old code and shouldn't even exist anymore. Also deleting some unused variables and functions. Review URL: https://chromiumcodereview.appspot.com/23802002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/resources/managed_tile_state.h')
-rw-r--r--cc/resources/managed_tile_state.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cc/resources/managed_tile_state.h b/cc/resources/managed_tile_state.h
index 8b72917..467c4e7 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 {