| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index 6fda80a3b491a4568f34be8720cf313ca46bfe2c..f60e6c9b1f7ecc6fe53f21de219edc9a346318d4 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -110,6 +110,7 @@ class Panel : public BrowserWindow {
|
| TabContentsWrapper* tab_contents);
|
| virtual void ShowCreateChromeAppShortcutsDialog(Profile* profile,
|
| const Extension* app);
|
| + virtual void ToggleUseCompactNavigationBar();
|
| virtual void Cut();
|
| virtual void Copy();
|
| virtual void Paste();
|
|
|