| Index: content/public/browser/web_contents.h
|
| ===================================================================
|
| --- content/public/browser/web_contents.h (revision 138369)
|
| +++ content/public/browser/web_contents.h (working copy)
|
| @@ -14,7 +14,6 @@
|
| #include "content/public/browser/page_navigator.h"
|
| #include "content/public/browser/save_page_type.h"
|
| #include "content/public/browser/web_ui.h"
|
| -#include "content/public/common/view_type.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "webkit/glue/window_open_disposition.h"
|
| @@ -91,10 +90,6 @@
|
| // NavigationController).
|
| virtual content::BrowserContext* GetBrowserContext() const = 0;
|
|
|
| - // Allows overriding the type of this tab.
|
| - virtual void SetViewType(content::ViewType type) = 0;
|
| - virtual content::ViewType GetViewType() const = 0;
|
| -
|
| // Gets the URL that is currently being displayed, if there is one.
|
| virtual const GURL& GetURL() const = 0;
|
|
|
|
|