Commit 77e32f77 authored by gunsch's avatar gunsch Committed by Commit bot

Chromecast: always enable "Media" blink logging.

R=lcwu@chromium.org
BUG=336640

Review URL: https://codereview.chromium.org/610503002

Cr-Commit-Position: refs/heads/master@{#296990}
parent 11ba40b0
......@@ -12,7 +12,7 @@ namespace base {
class ThreadChecker;
}
namespace content{
namespace content {
class BrowserContext;
}
......
......@@ -4,9 +4,7 @@
#include "chromecast/service/cast_service_android.h"
#include "base/callback.h"
#include "chromecast/android/chromecast_config_android.h"
#include "net/url_request/url_request_context_getter.h"
namespace chromecast {
......
......@@ -24,7 +24,7 @@ class CastServiceSimple : public CastService {
virtual ~CastServiceSimple();
protected:
// CastService implementation.
// CastService implementation:
virtual void Initialize() OVERRIDE;
virtual void StartInternal() OVERRIDE;
virtual void StopInternal() OVERRIDE;
......
......@@ -37,6 +37,8 @@ struct DefaultCommandLineSwitch {
DefaultCommandLineSwitch g_default_switches[] = {
{ switches::kDisableApplicationCache, "" },
{ switches::kDisablePlugins, "" },
// Always enable HTMLMediaElement logs.
{ switches::kBlinkPlatformLogChannels, "Media"},
{ NULL, NULL }, // Termination
};
......
......@@ -33,7 +33,7 @@ class CastBrowserMainParts : public content::BrowserMainParts {
private:
scoped_ptr<CastBrowserProcess> cast_browser_process_;
const content::MainFunctionParams parameters_; // For running browser tests.
const content::MainFunctionParams parameters_; // For running browser tests.
URLRequestContextFactory* const url_request_context_factory_;
DISALLOW_COPY_AND_ASSIGN(CastBrowserMainParts);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment