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

Unified Diff: chrome/common/temp_scaffolding_stubs.h

Issue 27218: Enable new tab page for Mac and Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 10 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: chrome/common/temp_scaffolding_stubs.h
===================================================================
--- chrome/common/temp_scaffolding_stubs.h (revision 10469)
+++ chrome/common/temp_scaffolding_stubs.h (working copy)
@@ -458,7 +458,7 @@
int32 GetMaxPageID();
void UpdateMaxPageID(int32);
virtual bool NavigateToPendingEntry(bool) { NOTIMPLEMENTED(); return true; }
- virtual DOMUIHost* AsDOMUIHost() { NOTIMPLEMENTED(); return NULL; }
+ virtual DOMUIHost* AsDOMUIHost() { return NULL; }
virtual std::wstring GetStatusText() const { return std::wstring(); }
static void RegisterUserPrefs(PrefService* prefs) {
prefs->RegisterBooleanPref(prefs::kBlockPopups, false);
« chrome/browser/dom_ui/new_tab_ui.cc ('K') | « chrome/browser/tab_contents/tab_contents_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698