Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Unified Diff: components/pdf/common/pdf_message_generator.h

Issue 477263003: pdf: Create a separate component for using the pdf pepper plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698