| Index: webkit/glue/webkit_glue.h
|
| diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h
|
| index 2a9d74d8f4cdc9a77c6ea7202ee845149b21d8ca..33fed9f1522cea9597d304876a186afa053fb654 100644
|
| --- a/webkit/glue/webkit_glue.h
|
| +++ b/webkit/glue/webkit_glue.h
|
| @@ -46,12 +46,6 @@ WEBKIT_GLUE_EXPORT WebKit::WebCanvas* ToWebCanvas(SkCanvas*);
|
| // used to get memory usage statistics.
|
| WEBKIT_GLUE_EXPORT int GetGlyphPageCount();
|
|
|
| -// Returns an estimate of the memory usage of the renderer process. Different
|
| -// platforms implement this function differently, and count in different
|
| -// allocations. Results are not comparable across platforms. The estimate is
|
| -// computed inside the sandbox and thus its not always accurate.
|
| -WEBKIT_GLUE_EXPORT size_t MemoryUsageKB();
|
| -
|
| } // namespace webkit_glue
|
|
|
| #endif // WEBKIT_GLUE_WEBKIT_GLUE_H_
|
|
|