| Index: chrome/browser/tab_contents/tab_contents_type.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_type.h (revision 10892)
|
| +++ chrome/browser/tab_contents/tab_contents_type.h (working copy)
|
| @@ -12,11 +12,9 @@
|
| enum TabContentsType {
|
| TAB_CONTENTS_UNKNOWN_TYPE = 0,
|
| TAB_CONTENTS_WEB,
|
| - TAB_CONTENTS_DOWNLOAD_VIEW,
|
| TAB_CONTENTS_CHROME_VIEW_CONTENTS,
|
| TAB_CONTENTS_NEW_TAB_UI,
|
| TAB_CONTENTS_HTML_DIALOG,
|
| - TAB_CONTENTS_ABOUT_UI,
|
| TAB_CONTENTS_DEBUGGER,
|
| TAB_CONTENTS_DOM_UI,
|
| TAB_CONTENTS_NUM_TYPES
|
|
|