summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-25 23:27:50 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-25 23:27:50 +0000
commit789f7a6237c4e64672d1f8ce5f21df56e49eb759 (patch)
tree086b9461cba8cb8f88cb402efbde1bc96abfb1b6 /chrome/common
parentdfabc13bc1933e5c4aadf4bd5e3fc2daa5e330b9 (diff)
downloadchromium_src-789f7a6237c4e64672d1f8ce5f21df56e49eb759.zip
chromium_src-789f7a6237c4e64672d1f8ce5f21df56e49eb759.tar.gz
chromium_src-789f7a6237c4e64672d1f8ce5f21df56e49eb759.tar.bz2
Revert 50673 - Fix pinned tab link navigations.
This ties up that loose end I mentioned in http://codereview.chromium.org/2747011 (I had put this off because I expected it would require slightly more effort). BUG=29281 TEST=manual Review URL: http://codereview.chromium.org/2844017 TBR=estade@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/renderer_preferences.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/common/renderer_preferences.h b/chrome/common/renderer_preferences.h
index be6524e..7a55b17 100644
--- a/chrome/common/renderer_preferences.h
+++ b/chrome/common/renderer_preferences.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2006-2008 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.
//
@@ -63,8 +63,7 @@ struct RendererPreferences {
SkColor inactive_selection_bg_color;
SkColor inactive_selection_fg_color;
- // Browser wants a look at all top level requests. This is set to true for
- // external tabs and pinned tabs.
+ // Browser wants a look at all top level requests
bool browser_handles_top_level_requests;
// Cursor blink rate in seconds.