Index: cc/trees/proxy.cc |
diff --git a/cc/trees/proxy.cc b/cc/trees/proxy.cc |
index 9258355b73759b8d457d14ca3bb6430f6a5c8dce..3136c65713f962c6049154c47ec98d61221f9e02 100644 |
--- a/cc/trees/proxy.cc |
+++ b/cc/trees/proxy.cc |
@@ -83,8 +83,4 @@ Proxy::~Proxy() { |
DCHECK(IsMainThread()); |
} |
-scoped_ptr<base::Value> Proxy::SchedulerAsValueForTesting() { |
- return make_scoped_ptr(base::Value::CreateNullValue()); |
-} |
- |
} // namespace cc |