| Index: chrome/browser/ui/views/frame/browser_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_view.h (revision 85647)
|
| +++ chrome/browser/ui/views/frame/browser_view.h (working copy)
|
| @@ -523,6 +523,9 @@
|
| // Builds the correct menu for when we have minimal chrome.
|
| void BuildSystemMenuForBrowserWindow();
|
| void BuildSystemMenuForAppOrPopupWindow();
|
| +
|
| + // Adds optional debug items for frame type toggling.
|
| + void AddFrameToggleItems();
|
| #endif
|
|
|
| // Retrieves the command id for the specified Windows app command.
|
|
|