| Index: chrome/common/view_types.h
|
| diff --git a/chrome/common/view_types.h b/chrome/common/view_types.h
|
| index 2947a29f5905c632d882d841c1b50af46c81507a..2d9c539d52ddbbe4f7aeb32841fbc0752b0fb66b 100644
|
| --- a/chrome/common/view_types.h
|
| +++ b/chrome/common/view_types.h
|
| @@ -15,8 +15,6 @@ class ViewType {
|
| INVALID,
|
| BACKGROUND_CONTENTS,
|
| TAB_CONTENTS,
|
| - EXTENSION_TOOLSTRIP,
|
| - EXTENSION_MOLE,
|
| EXTENSION_BACKGROUND_PAGE,
|
| EXTENSION_POPUP,
|
| EXTENSION_INFOBAR,
|
| @@ -28,8 +26,6 @@ class ViewType {
|
| // Constant strings corresponding to the Type enumeration values. Used
|
| // when converting JS arguments.
|
| static const char* kTabContents;
|
| - static const char* kToolstrip;
|
| - static const char* kMole;
|
| static const char* kBackgroundPage;
|
| static const char* kPopup;
|
| static const char* kInfobar;
|
|
|