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
blame
|
history
|
raw
|
HEAD
[MacViews] Show comboboxes with a native NSMenu
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
browsertest
/
title_localized_pa
/
script.js
blob
08bfee2c7b652abc552574871dd36b5d82bc4b29
1
// Copyright (c) 2009 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
if
(
window
==
top
) {
6
chrome
.
runtime
.
connect
().
postMessage
(
true
);
7
}