summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/views/about_chrome_view.h2
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.