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

Unified Diff: chromecast/shell/browser/cast_browser_main_parts.cc

Issue 468223004: Chromecast: disables application cache. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: actual rebase (git was within a couple minutes behind) :( Created 6 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/shell/browser/cast_browser_main_parts.cc
diff --git a/chromecast/shell/browser/cast_browser_main_parts.cc b/chromecast/shell/browser/cast_browser_main_parts.cc
index d5e24d7e23dcf71db716c97ac8e221b3a6b2b292..72c75440b4f433399427d09fdce7c3de7e4bdddf 100644
--- a/chromecast/shell/browser/cast_browser_main_parts.cc
+++ b/chromecast/shell/browser/cast_browser_main_parts.cc
@@ -14,6 +14,7 @@
#include "chromecast/shell/browser/devtools/remote_debugging_server.h"
#include "chromecast/shell/browser/url_request_context_factory.h"
#include "chromecast/shell/browser/webui/webui_cast.h"
+#include "content/public/common/content_switches.h"
namespace chromecast {
namespace shell {
@@ -26,9 +27,8 @@ struct DefaultCommandLineSwitch {
};
DefaultCommandLineSwitch g_default_switches[] = {
- { "enable-webrtc-hw-decoding", "" },
- { "disable-plugins", "" },
- { "enable-threaded-compositing", "" },
+ { switches::kDisableApplicationCache, "" },
+ { switches::kDisablePlugins, "" },
{ NULL, NULL }, // Termination
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698