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

Unified Diff: chrome/browser/tab_contents/web_contents_unittest.cc

Issue 6602021: web-ui settings: Standard font setting now correlates to WebKit's standard fo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase Created 9 years, 10 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/tab_contents/web_contents_unittest.cc
===================================================================
--- chrome/browser/tab_contents/web_contents_unittest.cc (revision 76410)
+++ chrome/browser/tab_contents/web_contents_unittest.cc (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -213,8 +213,6 @@
Value::CreateBooleanValue(false));
pref_services->SetUserPref(prefs::kWebKitUsesUniversalDetector,
Value::CreateBooleanValue(true));
- pref_services->SetUserPref(prefs::kWebKitStandardFontIsSerif,
- Value::CreateBooleanValue(true));
pref_services->SetUserPref("webkit.webprefs.foo",
Value::CreateStringValue("bar"));
@@ -1623,7 +1621,7 @@
class ConstrainedWindowCloseTest : public ConstrainedWindow {
public:
- ConstrainedWindowCloseTest(TabContents* tab_contents)
+ explicit ConstrainedWindowCloseTest(TabContents* tab_contents)
: tab_contents_(tab_contents) {
}

Powered by Google App Engine
This is Rietveld 408576698