| Index: chrome/browser/defaults.h
|
| diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h
|
| index 7ab55058c4f246e11505f169122b7cbb40658b9a..6478e14a82af7cf121b1fee17fac14d18a6e2616 100644
|
| --- a/chrome/browser/defaults.h
|
| +++ b/chrome/browser/defaults.h
|
| @@ -54,6 +54,9 @@ extern const bool kShowAboutMenuItem;
|
| // browser check are not done.
|
| extern const bool kOSSupportsOtherBrowsers;
|
|
|
| +// Does the download page have the show in folder option?
|
| +extern const bool kDownloadPageHasShowInFolder;
|
| +
|
| } // namespace browser_defaults
|
|
|
| #endif // CHROME_BROWSER_DEFAULTS_H_
|
|
|