From 29eedf31a7c37a92454c9a58eb06ccf2f96eca5a Mon Sep 17 00:00:00 2001 From: "finnur@google.com" Date: Fri, 10 Oct 2008 03:36:33 +0000 Subject: Forgot a .h file. TBR=tc Review URL: http://codereview.chromium.org/7208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3178 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/about_chrome_view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/browser/views/about_chrome_view.h') diff --git a/chrome/browser/views/about_chrome_view.h b/chrome/browser/views/about_chrome_view.h index e74823e..4de351f 100644 --- a/chrome/browser/views/about_chrome_view.h +++ b/chrome/browser/views/about_chrome_view.h @@ -149,6 +149,8 @@ class AboutChromeView : public ChromeViews::View, std::wstring main_label_chunk3_; std::wstring main_label_chunk4_; std::wstring main_label_chunk5_; + // Determines the order of the two links we draw in the main label. + bool chromium_url_appears_first_; // The class that communicates with Google Update to find out if an update is // available and asks it to start an upgrade. -- cgit v1.1