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

Unified Diff: chrome/browser/printing/print_preview_test.h

Issue 11417003: Reland r167487: Get full WebPluginInfo for the PDF plug-in before enabling it for print preview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 8 years, 1 month 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: chrome/browser/printing/print_preview_test.h
diff --git a/chrome/browser/printing/print_preview_test.h b/chrome/browser/printing/print_preview_test.h
new file mode 100644
index 0000000000000000000000000000000000000000..ec20179d2a6e849639a89c66a676770ffb43644c
--- /dev/null
+++ b/chrome/browser/printing/print_preview_test.h
@@ -0,0 +1,26 @@
+// Copyright (c) 2012 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.
+
+#ifndef CHROME_BROWSER_PRINTING_PRINT_PREVIEW_TEST_H_
+#define CHROME_BROWSER_PRINTING_PRINT_PREVIEW_TEST_H_
+
+#include "chrome/test/base/browser_with_test_window_test.h"
+#include "webkit/plugins/npapi/mock_plugin_list.h"
+
+class PrintPreviewTest : public BrowserWithTestWindowTest {
+ public:
+ PrintPreviewTest();
+ virtual ~PrintPreviewTest();
+
+ protected:
+ virtual void SetUp() OVERRIDE;
+
+ private:
+ webkit::npapi::MockPluginList plugin_list_;
+
+ DISALLOW_COPY_AND_ASSIGN(PrintPreviewTest);
+};
+
+#endif // CHROME_BROWSER_PRINTING_PRINT_PREVIEW_TEST_H_
+
« no previous file with comments | « chrome/browser/printing/print_preview_tab_controller_unittest.cc ('k') | chrome/browser/printing/print_preview_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698