Index: chrome/browser/defaults.h |
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h |
index 2167f3a22749abca8d813298a4b2613d96a4ea36..a0ef525a4ee598f6db91211bcfac5c0a1e9c7543 100644 |
--- a/chrome/browser/defaults.h |
+++ b/chrome/browser/defaults.h |
@@ -74,6 +74,13 @@ extern const bool kAlwaysOpenIncognitoWindow; |
// Are phantom tabs enabled? |
extern const bool kPhantomTabsEnabled; |
+//============================================================================= |
+// Runtime "const" - set only once after parsing command line option and should |
+// never be modified after that. |
+ |
+// Are bookmark enabled? True by default. |
+extern bool bookmarks_enabled; |
+ |
} // namespace browser_defaults |
#endif // CHROME_BROWSER_DEFAULTS_H_ |