mojo: Create a basic clipboard.
[chromium-blink-merge.git] / tools / telemetry / unittest_data / simple_extension / background.js
blob28b57606a0e748021ef76cd69742cb090aa3c3b3
1 // Copyright (c) 2012 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 var _testVar;
6 function setTestVar(x) {
7   _testVar = x;