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

Unified Diff: chrome/browser/profiles/off_the_record_profile_impl.cc

Issue 11689004: Move PromoResourceService from Profile to BrowserProcessImpl/local_state(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 12 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/browser/profiles/off_the_record_profile_impl.cc
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
index f034e51593a631b1f935c080dbbc99dd2bedca27..489c2aec63836e5c08735aabc07ae084d1f52ff8 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -356,10 +356,6 @@ history::TopSites* OffTheRecordProfileImpl::GetTopSites() {
void OffTheRecordProfileImpl::SetExitType(ExitType exit_type) {
}
-void OffTheRecordProfileImpl::InitPromoResources() {
- NOTREACHED();
-}
-
FilePath OffTheRecordProfileImpl::last_selected_directory() {
const FilePath& directory = last_selected_directory_;
if (directory.empty()) {

Powered by Google App Engine
This is Rietveld 408576698