| Index: chromecast/browser/cast_content_browser_client_simple.cc
|
| diff --git a/chromecast/browser/devtools/remote_debugging_server_simple.cc b/chromecast/browser/cast_content_browser_client_simple.cc
|
| similarity index 50%
|
| copy from chromecast/browser/devtools/remote_debugging_server_simple.cc
|
| copy to chromecast/browser/cast_content_browser_client_simple.cc
|
| index 3c5f5b760d0e2938d94b4eb21cfe90e47dce3ece..132a2c90534f62f4699a99c619d3f339a93b02c3 100644
|
| --- a/chromecast/browser/devtools/remote_debugging_server_simple.cc
|
| +++ b/chromecast/browser/cast_content_browser_client_simple.cc
|
| @@ -1,14 +1,13 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chromecast/browser/devtools/remote_debugging_server.h"
|
| +#include "chromecast/browser/cast_content_browser_client.h"
|
|
|
| namespace chromecast {
|
| namespace shell {
|
|
|
| -bool RemoteDebuggingServer::ShouldStartImmediately() {
|
| - return true;
|
| +void PlatformAppendExtraCommandLineSwitches(base::CommandLine* command_line) {
|
| }
|
|
|
| } // namespace shell
|
|
|