diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 01:21:50 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 01:21:50 +0000 |
commit | 7befb7d892a42d3aded68c9d56ef7880f4d01eba (patch) | |
tree | f79200f9be9a5c1ad211363912c77544b32e2fc5 /chrome/browser/views/options/content_page_view.h | |
parent | 968102015efeb333bd9b731f3f6b8c117d878eb1 (diff) | |
download | chromium_src-7befb7d892a42d3aded68c9d56ef7880f4d01eba.zip chromium_src-7befb7d892a42d3aded68c9d56ef7880f4d01eba.tar.gz chromium_src-7befb7d892a42d3aded68c9d56ef7880f4d01eba.tar.bz2 |
Remove descriptive text above import settings button. This also removes it for GTK, although GTK has not yet moved the Clear Data button to the third page of the options.
This also eliminates a number of not-referenced strings, and makes the options dialog shorter now that we have the space to do so.
BUG=35085
TEST=Open options dialog, look on second page, Import button should have no text above it.
Review URL: http://codereview.chromium.org/597013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38563 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/options/content_page_view.h')
-rw-r--r-- | chrome/browser/views/options/content_page_view.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/views/options/content_page_view.h b/chrome/browser/views/options/content_page_view.h index 22db400..0688c15 100644 --- a/chrome/browser/views/options/content_page_view.h +++ b/chrome/browser/views/options/content_page_view.h @@ -93,7 +93,6 @@ class ContentPageView : public OptionsPageView, // Controls for the browsing data group. OptionsGroupView* browsing_data_group_; - views::Label* browsing_data_label_; views::NativeButton* import_button_; // Controls for the Sync group. |