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

Unified Diff: public/web/WebDOMActivityLogger.h

Issue 315373002: Cleaning WebDOMActivityLogger interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix Created 6 years, 6 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
« no previous file with comments | « Source/web/WebDOMActivityLogger.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/web/WebDOMActivityLogger.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698