summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/devtools/url_constants.cc
blob: bab37d36dd14f7377c17c935ef66f4ab4760dc03 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2016 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 "chrome/browser/devtools/url_constants.h"

const char kRemoteFrontendDomain[] = "chrome-devtools-frontend.appspot.com";
const char kRemoteFrontendBase[] =
    "https://chrome-devtools-frontend.appspot.com/";
const char kRemoteFrontendPath[] = "serve_file";