| Index: public/web/WebDOMActivityLogger.h
|
| diff --git a/public/web/WebDOMActivityLogger.h b/public/web/WebDOMActivityLogger.h
|
| index 4359ee7b2fd40d73b11043f7a113846ded4aa94c..7cc4d205c5f7cfd0678df519f061d35c80989231 100644
|
| --- a/public/web/WebDOMActivityLogger.h
|
| +++ b/public/web/WebDOMActivityLogger.h
|
| @@ -59,11 +59,6 @@ BLINK_EXPORT bool hasDOMActivityLogger(int worldId, const WebString& extensionId
|
| // one.
|
| BLINK_EXPORT void setDOMActivityLogger(int worldId, const WebString& extensionId, WebDOMActivityLogger*);
|
|
|
| -// FIXME: remove the following two methods after modifying Chrome to use the
|
| -// above ones.
|
| -BLINK_EXPORT bool hasDOMActivityLogger(int worldId);
|
| -BLINK_EXPORT void setDOMActivityLogger(int worldId, WebDOMActivityLogger*);
|
| -
|
| } // namespace blink
|
|
|
| #endif
|
|
|