summaryrefslogtreecommitdiffstats
path: root/chrome/common/renderer_preferences.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-24 00:16:09 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-24 00:16:09 +0000
commit92035e1b295873b4c70301a28d33bd023ab01f10 (patch)
tree6b28e06909f7fbd51451388848a1feb8acd33683 /chrome/common/renderer_preferences.h
parentd067bf8a255b5d032bec58a7d64544f6c1133ad9 (diff)
downloadchromium_src-92035e1b295873b4c70301a28d33bd023ab01f10.zip
chromium_src-92035e1b295873b4c70301a28d33bd023ab01f10.tar.gz
chromium_src-92035e1b295873b4c70301a28d33bd023ab01f10.tar.bz2
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50673 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/renderer_preferences.h')
-rw-r--r--chrome/common/renderer_preferences.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/common/renderer_preferences.h b/chrome/common/renderer_preferences.h
index 7a55b17..be6524e 100644
--- a/chrome/common/renderer_preferences.h
+++ b/chrome/common/renderer_preferences.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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,7 +63,8 @@ struct RendererPreferences {
SkColor inactive_selection_bg_color;
SkColor inactive_selection_fg_color;
- // Browser wants a look at all top level requests
+ // Browser wants a look at all top level requests. This is set to true for
+ // external tabs and pinned tabs.
bool browser_handles_top_level_requests;
// Cursor blink rate in seconds.