Chromium Code Reviews| Index: chrome/browser/browser_type.h | 
| =================================================================== | 
| --- chrome/browser/browser_type.h (revision 5533) | 
| +++ chrome/browser/browser_type.h (working copy) | 
| @@ -18,6 +18,7 @@ | 
| TABBED_BROWSER = 0, // A normal chrome window. | 
| BROWSER, // A chrome window without the tabstrip or toolbar. | 
| APPLICATION, // Web application with a frame but no tab strips. | 
| + EMBEDDED, // Embedded browser windows. | 
| }; | 
| private: |