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

Unified Diff: chrome/renderer/render_process.h

Issue 42158: Get rid of the gears in renderer process code. This allows me to do some cle... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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
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);
};

Powered by Google App Engine
This is Rietveld 408576698