Chromium Code Reviews| Index: content/public/browser/navigation_entry.h |
| diff --git a/content/public/browser/navigation_entry.h b/content/public/browser/navigation_entry.h |
| index f8c9e26cb8da2449bac6b111cc6ddc5d449f7e39..480fa6b8eee6280d3b9102863366b5635963458e 100644 |
| --- a/content/public/browser/navigation_entry.h |
| +++ b/content/public/browser/navigation_entry.h |
| @@ -32,7 +32,6 @@ class NavigationEntry { |
| virtual ~NavigationEntry() {} |
| CONTENT_EXPORT static NavigationEntry* Create(); |
| - CONTENT_EXPORT static NavigationEntry* Create(const NavigationEntry& copy); |
|
Charlie Reis
2015/03/12 16:51:20
Note: This was dead code.
|
| // Page-related stuff -------------------------------------------------------- |