Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: webkit/media/test_response_generator.h

Issue 10837118: Dead code elimination: scythe.chrome_functions:segment.path %media% edition, round 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/media/test_response_generator.h
diff --git a/webkit/media/test_response_generator.h b/webkit/media/test_response_generator.h
index f73e94bcb81fc0b0b04d7d74164226add15ed5cd..d46130f06fd1d5e29f190e9691471e8402336be9 100644
--- a/webkit/media/test_response_generator.h
+++ b/webkit/media/test_response_generator.h
@@ -52,7 +52,6 @@ class TestResponseGenerator {
// will be returned.
WebKit::WebURLResponse GenerateFileResponse(int64 first_byte_offset);
- const GURL& gurl() { return gurl_; }
int64 content_length() { return content_length_; }
private:

Powered by Google App Engine
This is Rietveld 408576698