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

Unified Diff: content/test/mock_render_thread.cc

Issue 10836146: Remove RenderThread::IsRegisteredExtension (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
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_render_thread.cc
diff --git a/content/test/mock_render_thread.cc b/content/test/mock_render_thread.cc
index a6d9a74bd9e307ce9ab915f657474d53d6f76299..50d9182381a4b652e4ad1e13e1f127210d7ce348 100644
--- a/content/test/mock_render_thread.cc
+++ b/content/test/mock_render_thread.cc
@@ -146,11 +146,6 @@ base::SharedMemoryHandle MockRenderThread::HostAllocateSharedMemoryBuffer(
void MockRenderThread::RegisterExtension(v8::Extension* extension) {
}
-bool MockRenderThread::IsRegisteredExtension(
- const std::string& v8_extension_name) const {
- return false;
-}
-
void MockRenderThread::ScheduleIdleHandler(int64 initial_delay_ms) {
}
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698