| Index: chrome/browser/defaults.h
|
| diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h
|
| index 11dee1fc0f1b969889876800c3341b531e4086dc..8a2b543b8740c527093e6a69af708ec0db760367 100644
|
| --- a/chrome/browser/defaults.h
|
| +++ b/chrome/browser/defaults.h
|
| @@ -67,6 +67,9 @@ extern const bool kBootstrapSyncAuthentication;
|
| // Should other browsers be shown in about:memory page?
|
| extern const bool kShowOtherBrowsersInAboutMemory;
|
|
|
| +// Should we show the app panel when a new tab is created?
|
| +extern const bool kShowAppsPanelForNewTab;
|
| +
|
| } // namespace browser_defaults
|
|
|
| #endif // CHROME_BROWSER_DEFAULTS_H_
|
|
|