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

Unified Diff: content/renderer/render_thread_impl.h

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/public/test/mock_render_thread.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 091d25698cfd9ba8dae770cfc1b2d2a261de36f7..5ffdda184c02ec26dee41f10d9817c7e46796466 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -119,8 +119,6 @@ class CONTENT_EXPORT RenderThreadImpl : public content::RenderThread,
virtual base::SharedMemoryHandle HostAllocateSharedMemoryBuffer(
uint32 buffer_size) OVERRIDE;
virtual void RegisterExtension(v8::Extension* extension) OVERRIDE;
- virtual bool IsRegisteredExtension(
- const std::string& v8_extension_name) const OVERRIDE;
virtual void ScheduleIdleHandler(int64 initial_delay_ms) OVERRIDE;
virtual void IdleHandler() OVERRIDE;
virtual int64 GetIdleNotificationDelayInMs() const OVERRIDE;
@@ -295,9 +293,6 @@ class CONTENT_EXPORT RenderThreadImpl : public content::RenderThread,
// A lazily initiated thread on which file operations are run.
scoped_ptr<base::Thread> file_thread_;
- // Map of registered v8 extensions. The key is the extension name.
- std::set<std::string> v8_extensions_;
-
bool compositor_initialized_;
scoped_ptr<CompositorThread> compositor_thread_;
scoped_ptr<content::old::BrowserPluginRegistry> browser_plugin_registry_;
« no previous file with comments | « content/public/test/mock_render_thread.h ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698