Index: chrome/renderer/render_process.h |
=================================================================== |
--- chrome/renderer/render_process.h (revision 11593) |
+++ chrome/renderer/render_process.h (working copy) |
@@ -45,9 +45,6 @@ |
// Returns true if plugins should be loaded in-process. |
bool in_process_plugins() const { return in_process_plugins_; } |
- // Returns true if Gears should be loaded in-process. |
- bool in_process_gears() const { return in_process_gears_; } |
- |
// Returns a pointer to the RenderProcess singleton instance. |
static RenderProcess* current() { |
return static_cast<RenderProcess*>(ChildProcess::current()); |
@@ -95,7 +92,6 @@ |
uint32 sequence_number_; |
bool in_process_plugins_; |
- bool in_process_gears_; |
DISALLOW_COPY_AND_ASSIGN(RenderProcess); |
}; |