diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-11 17:13:14 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-11 17:13:14 +0000 |
commit | 183e2f015c27f84cba7972ba978ee96447abd3fc (patch) | |
tree | 431faac1ca24f50cda70c524bb3931576496a212 /chrome/browser/defaults.cc | |
parent | fd4f139fe08bc9596a7295fb5fee8300fb34856a (diff) | |
download | chromium_src-183e2f015c27f84cba7972ba978ee96447abd3fc.zip chromium_src-183e2f015c27f84cba7972ba978ee96447abd3fc.tar.gz chromium_src-183e2f015c27f84cba7972ba978ee96447abd3fc.tar.bz2 |
Add an error message when user clicks a file of unknown type.
- Replace name link with name+error message in content browser;
- Show an error message ChromeOS's openItem;
- Update SimpleErrorBox so that it runs in a Chrome window;
- Put back "Show in folder" in download page and make it work with content
browser;
BUG=chromium-os:1637
TEST=Verify fix for chromium-os:1637 and verify error message pops up for unknown type file in downloads ui.
Review URL: http://codereview.chromium.org/2748007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49541 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/defaults.cc')
-rw-r--r-- | chrome/browser/defaults.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/defaults.cc b/chrome/browser/defaults.cc index 76730c0..ecc23f4 100644 --- a/chrome/browser/defaults.cc +++ b/chrome/browser/defaults.cc @@ -21,7 +21,7 @@ const bool kShowImportOnBookmarkBar = false; const bool kShowExitMenuItem = true; const bool kShowAboutMenuItem = true; const bool kOSSupportsOtherBrowsers = false; -const bool kDownloadPageHasShowInFolder = false; +const bool kDownloadPageHasShowInFolder = true; const bool kSizeTabButtonToTopOfTabStrip = true; const bool kBootstrapSyncAuthentication = true; const bool kShowOtherBrowsersInAboutMemory = false; |