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

// static
void DevToolsDockTile::Update(const std::string& label, gfx::Image image) {}