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

Unified Diff: chrome/browser/renderer_host/browser_render_process_host.cc

Issue 253001: <video> use cache if --enable-byte-range-support is present (Closed)
Patch Set: updated Created 11 years, 3 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') | webkit/glue/webkit_glue.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/browser_render_process_host.cc
diff --git a/chrome/browser/renderer_host/browser_render_process_host.cc b/chrome/browser/renderer_host/browser_render_process_host.cc
index 159a1906f621a3f72d82db72ec8792961287cca0..b0ec3109a2970cfaae54104bce709f9ca1ed10d2 100644
--- a/chrome/browser/renderer_host/browser_render_process_host.cc
+++ b/chrome/browser/renderer_host/browser_render_process_host.cc
@@ -331,6 +331,7 @@ bool BrowserRenderProcessHost::Init() {
switches::kEnableBenchmarking,
switches::kInternalNaCl,
switches::kEnableDatabases,
+ switches::kEnableByteRangeSupport,
};
for (size_t i = 0; i < arraysize(switch_names); ++i) {
« no previous file with comments | « no previous file | chrome/renderer/render_process.cc » ('j') | webkit/glue/webkit_glue.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698