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

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

Issue 5758002: Make HelpApp component extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable HelpApp in tests Created 9 years, 11 months 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 #pragma once 9 #pragma once
10 10
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 //============================================================================= 77 //=============================================================================
78 // Runtime "const" - set only once after parsing command line option and should 78 // Runtime "const" - set only once after parsing command line option and should
79 // never be modified after that. 79 // never be modified after that.
80 80
81 // Are bookmark enabled? True by default. 81 // Are bookmark enabled? True by default.
82 extern bool bookmarks_enabled; 82 extern bool bookmarks_enabled;
83 83
84 // Should we skip the user's preference for restore. False by default. 84 // Should we skip the user's preference for restore. False by default.
85 extern bool skip_restore; 85 extern bool skip_restore;
86 86
87 // Are HelpApp enabled? True by default. Has sense only for Chrome OS now.
Aaron Boodman 2011/01/24 19:45:58 Whether HelpApp is enabled. True by default. This
Dmitry Polukhin 2011/01/25 07:23:21 Done.
88 extern bool enable_help_app;
89
87 } // namespace browser_defaults 90 } // namespace browser_defaults
88 91
89 #endif // CHROME_BROWSER_DEFAULTS_H_ 92 #endif // CHROME_BROWSER_DEFAULTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698