diff options
author | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 03:36:33 +0000 |
---|---|---|
committer | finnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 03:36:33 +0000 |
commit | 29eedf31a7c37a92454c9a58eb06ccf2f96eca5a (patch) | |
tree | ec074f324d10d275ac3b7b7d10c8d5f8c3c03de9 /chrome/browser/views/about_chrome_view.h | |
parent | 7300cee914cc7af13f6e18f1c73be6892157a8c5 (diff) | |
download | chromium_src-29eedf31a7c37a92454c9a58eb06ccf2f96eca5a.zip chromium_src-29eedf31a7c37a92454c9a58eb06ccf2f96eca5a.tar.gz chromium_src-29eedf31a7c37a92454c9a58eb06ccf2f96eca5a.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/views/about_chrome_view.h')
-rw-r--r-- | chrome/browser/views/about_chrome_view.h | 2 |
1 files changed, 2 insertions, 0 deletions
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. |