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

Unified Diff: chrome/renderer/render_process_impl.h

Issue 6537022: Move media library path resolution into Chrome path provider. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: And again, this time with working tests... Created 9 years, 10 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_impl.h
diff --git a/chrome/renderer/render_process_impl.h b/chrome/renderer/render_process_impl.h
index dcb6a5a30215f2021df1511cf8ca93e4745fd9fe..be530053414330702c54b712857f42a4ecefa32f 100644
--- a/chrome/renderer/render_process_impl.h
+++ b/chrome/renderer/render_process_impl.h
@@ -69,7 +69,6 @@ class RenderProcessImpl : public RenderProcess {
uint32 transport_dib_next_sequence_number_;
bool in_process_plugins_;
- bool initialized_media_library_;
DISALLOW_COPY_AND_ASSIGN(RenderProcessImpl);
};

Powered by Google App Engine
This is Rietveld 408576698