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

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/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js b/components/pdf/common/pdf_message_generator.h
similarity index 61%
copy from chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js
copy to components/pdf/common/pdf_message_generator.h
index ec7999afeabaac98adb6ad748c24277504461b4a..c55d672f121630ec4bf4aee3e17a8074f0e60497 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/options_loader.js
+++ b/components/pdf/common/pdf_message_generator.h
@@ -2,9 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-/**
- * @fileoverview Loads the options script.
- *
- */
+// Multiply-included file, no traditional include guard.
-goog.require('cvox.OptionsPage');
+#include "components/pdf/common/pdf_messages.h"

Powered by Google App Engine
This is Rietveld 408576698