[Android] Clean up DeviceUtils usage in tombstones.py.
[chromium-blink-merge.git] / chromecast / browser / devtools / remote_debugging_server_simple.cc
blob3c5f5b760d0e2938d94b4eb21cfe90e47dce3ece
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chromecast/browser/devtools/remote_debugging_server.h"
7 namespace chromecast {
8 namespace shell {
10 bool RemoteDebuggingServer::ShouldStartImmediately() {
11 return true;
14 } // namespace shell
15 } // namespace chromecast