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

Unified Diff: tracing/tracing/value/diagnostics/histogram_ref.html

Issue 3009553002: Refactor Histogram relationship diagnostics. (Closed)
Patch Set: Created 3 years, 3 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
Index: tracing/tracing/value/diagnostics/histogram_ref.html
diff --git a/tracing/tracing/value/diagnostics/histogram_ref.html b/tracing/tracing/value/diagnostics/histogram_ref.html
deleted file mode 100644
index bfaa34b95a81aa512de5e2da4f7bdefb799ae693..0000000000000000000000000000000000000000
--- a/tracing/tracing/value/diagnostics/histogram_ref.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<!--
-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.
--->
-
-<link rel="import" href="/tracing/base/base.html">
-
-<script>
-'use strict';
-
-tr.exportTo('tr.v.d', function() {
- /** @constructor */
- function HistogramRef(guid) {
- this.guid = guid;
- }
-
- return {
- HistogramRef
- };
-});
-</script>

Powered by Google App Engine
This is Rietveld 408576698