| Index: components/pdf/common/pdf_message_generator.h
|
| diff --git a/chrome/test/data/extensions/api_test/image_writer_private/write_from_file/background.js b/components/pdf/common/pdf_message_generator.h
|
| similarity index 61%
|
| copy from chrome/test/data/extensions/api_test/image_writer_private/write_from_file/background.js
|
| copy to components/pdf/common/pdf_message_generator.h
|
| index 44edeac767614539433a40ef0497254cca60f790..c55d672f121630ec4bf4aee3e17a8074f0e60497 100644
|
| --- a/chrome/test/data/extensions/api_test/image_writer_private/write_from_file/background.js
|
| +++ b/components/pdf/common/pdf_message_generator.h
|
| @@ -2,7 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -chrome.app.runtime.onLaunched.addListener(function () {
|
| - chrome.app.window.create('test.html');
|
| -});
|
| +// Multiply-included file, no traditional include guard.
|
|
|
| +#include "components/pdf/common/pdf_messages.h"
|
|
|