Made top controls work with virtual viewport pinch-to-zoom. (Chromium)
[chromium-blink-merge.git] / chromecast / shell / browser / devtools / remote_debugging_server_simple.cc
blob40d7a2c6bcc475b0f6c0ad39e5ec3e9d2880a7d3
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/shell/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