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

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

Issue 488853002: Removed --disable-print-preview switch and policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tue Aug 19 16:35:18 PDT 2014 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: chrome/browser/printing/print_preview_test.cc
diff --git a/chrome/browser/printing/print_preview_test.cc b/chrome/browser/printing/print_preview_test.cc
index 4ce8fa45f02c8cc0148fe138a31fed2d1c47e10a..a70c5b94a07d1ab1ffe8d530e54b677b4a192a5f 100644
--- a/chrome/browser/printing/print_preview_test.cc
+++ b/chrome/browser/printing/print_preview_test.cc
@@ -79,8 +79,6 @@ void PrintPreviewTest::SetUp() {
// ShadowingAtExitManager in our base class).
content::PluginService::GetInstance()->Init();
content::PluginService::GetInstance()->DisablePluginsDiscoveryForTesting();
-
- profile()->GetPrefs()->SetBoolean(prefs::kPrintPreviewDisabled, false);
}
BrowserWindow* PrintPreviewTest::CreateBrowserWindow() {

Powered by Google App Engine
This is Rietveld 408576698