Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Side by Side Diff: chrome/browser/defaults.h

Issue 506045: Don't show "show in foloder" in chrome os. (Closed)
Patch Set: " Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/defaults.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Defines various defaults whose values varies depending upon the OS. 5 // Defines various defaults whose values varies depending upon the OS.
6 6
7 #ifndef CHROME_BROWSER_DEFAULTS_H_ 7 #ifndef CHROME_BROWSER_DEFAULTS_H_
8 #define CHROME_BROWSER_DEFAULTS_H_ 8 #define CHROME_BROWSER_DEFAULTS_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 // Should the exit menu item be shown in the toolbar menu? 47 // Should the exit menu item be shown in the toolbar menu?
48 extern const bool kShowExitMenuItem; 48 extern const bool kShowExitMenuItem;
49 49
50 // Should the about menu item be shown in the toolbar app menu? 50 // Should the about menu item be shown in the toolbar app menu?
51 extern const bool kShowAboutMenuItem; 51 extern const bool kShowAboutMenuItem;
52 52
53 // Does the OS support other browsers? If not, operations such as default 53 // Does the OS support other browsers? If not, operations such as default
54 // browser check are not done. 54 // browser check are not done.
55 extern const bool kOSSupportsOtherBrowsers; 55 extern const bool kOSSupportsOtherBrowsers;
56 56
57 // Does the download page have the show in folder option?
58 extern const bool kDownloadPageHasShowInFolder;
59
57 } // namespace browser_defaults 60 } // namespace browser_defaults
58 61
59 #endif // CHROME_BROWSER_DEFAULTS_H_ 62 #endif // CHROME_BROWSER_DEFAULTS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/defaults.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698