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

Unified Diff: chrome/renderer/render_process.h

Issue 115482: Move WebMediaPlayerClientImpl files to WebKit API src location.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | « no previous file | chrome/renderer/render_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_process.h
===================================================================
--- chrome/renderer/render_process.h (revision 16276)
+++ chrome/renderer/render_process.h (working copy)
@@ -45,6 +45,8 @@
// Returns true if plugins should be loaded in-process.
bool in_process_plugins() const { return in_process_plugins_; }
+ bool initialized_media_library() const { return initialized_media_library_; }
+
// Returns a pointer to the RenderProcess singleton instance.
static RenderProcess* current() {
return static_cast<RenderProcess*>(ChildProcess::current());
@@ -92,6 +94,7 @@
uint32 sequence_number_;
bool in_process_plugins_;
+ bool initialized_media_library_;
DISALLOW_COPY_AND_ASSIGN(RenderProcess);
};
« no previous file with comments | « no previous file | chrome/renderer/render_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698