Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1082)

Unified Diff: content/public/browser/navigation_entry.h

Issue 994803004: Add Clone and disallow copy construction for NavigationEntryImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 --------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698