| Index: chrome/browser/resources/pdf/content_script.js
|
| diff --git a/chrome/browser/resources/pdf/content_script.js b/chrome/browser/resources/pdf/content_script.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..dce77e6fdd71f5906dc3c94d21561ecaff00963c
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/pdf/content_script.js
|
| @@ -0,0 +1,7 @@
|
| +// Copyright 2015 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.
|
| +
|
| +// This is to work-around an issue where this extension is not granted
|
| +// permission to access chrome://resources when iframed for print preview.
|
| +// See https://crbug.com/444752.
|
|
|