| Index: chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| diff --git a/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc b/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| index c481d12066a6a251e6f348d7e299ceb354ff2b90..e9ceb52a428d7404d22b99c332ae552820ebcae8 100644
|
| --- a/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| +++ b/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| @@ -127,11 +127,6 @@ void PluginsLoadedCallback(
|
| quit_closure.Run();
|
| }
|
|
|
| -void PluginEnabledCallback(const base::Closure& quit_closure, bool can_enable) {
|
| - EXPECT_TRUE(can_enable);
|
| - quit_closure.Run();
|
| -}
|
| -
|
| bool GetPdfPluginInfo(content::WebPluginInfo* info) {
|
| base::FilePath pdf_plugin_path = base::FilePath::FromUTF8Unsafe(
|
| ChromeContentClient::kPDFPluginPath);
|
|
|