repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
mojo: Create a basic clipboard.
[chromium-blink-merge.git]
/
tools
/
telemetry
/
unittest_data
/
simple_extension
/
background.js
blob
28b57606a0e748021ef76cd69742cb090aa3c3b3
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.
4
5
var _testVar;
6
function setTestVar(x) {
7
_testVar = x;
8
}