diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.cc | 7 | ||||
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 6 |
2 files changed, 0 insertions, 13 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc index 162a6ab..78e4085 100644 --- a/chrome/common/temp_scaffolding_stubs.cc +++ b/chrome/common/temp_scaffolding_stubs.cc @@ -210,13 +210,6 @@ bool RLZTracker::RecordProductEvent(Product product, AccessPoint point, //-------------------------------------------------------------------------- -void RunRepostFormWarningDialog(NavigationController*) { - // http://code.google.com/p/chromium/issues/detail?id=19761 - NOTIMPLEMENTED(); -} - -//-------------------------------------------------------------------------- - MemoryDetails::MemoryDetails() { NOTIMPLEMENTED(); } diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h index 47e0e86..0ccab4e 100644 --- a/chrome/common/temp_scaffolding_stubs.h +++ b/chrome/common/temp_scaffolding_stubs.h @@ -148,12 +148,6 @@ class DockInfo { //--------------------------------------------------------------------------- // These stubs are for TabContents -class RepostFormWarningDialog { - public: - static void RunRepostFormWarningDialog(NavigationController*) { } - virtual ~RepostFormWarningDialog() { } -}; - class BaseDragSource { }; |