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

Unified Diff: chromecast/browser/cast_content_browser_client_simple.cc

Issue 859863003: Chromecast: adds hook for internal code to set command-line flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « chromecast/browser/cast_content_browser_client.cc ('k') | chromecast/chromecast.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | chromecast/chromecast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698