| Index: content/browser/tab_contents/tab_contents.h
|
| diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
|
| index d2233f1f4da2e28f5e61505adf91e255039ef80e..3f43e22c1740164aff0bd8ec49c98c9206ea49e3 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -396,10 +396,6 @@ class TabContents : public PageNavigator,
|
| suppress_javascript_messages_ = suppress_javascript_messages;
|
| }
|
|
|
| - // Tells the user's email client to open a compose window containing the
|
| - // current page's URL.
|
| - void EmailPageLocation();
|
| -
|
| // Returns true if the active NavigationEntry's page_id equals page_id.
|
| bool IsActiveEntry(int32 page_id);
|
|
|
|
|