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
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
api_test
/
instance_id
/
channel
/
test.js
blob
298fa2cdce02bf2b4ffdf3cb3ab126bf06e85fdb
1
// Copyright 2015 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
chrome.test.runTests([
6
function test() {
7
if (chrome.instanceID)
8
chrome.test.fail();
9
else
10
chrome.test.succeed();
11
}
12
]);