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

Unified Diff: chrome/browser/webdata/web_data_service.cc

Issue 12656004: Removes now-useless DCHECKs as per discussion with atwilson@. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « no previous file | chrome/browser/webdata/web_database_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/webdata/web_data_service.cc
diff --git a/chrome/browser/webdata/web_data_service.cc b/chrome/browser/webdata/web_data_service.cc
index 667ccff81529cc56260017be2327aa2ae6f2142b..803d44281c86df84eae8aec09a828386e4faf9f1 100644
--- a/chrome/browser/webdata/web_data_service.cc
+++ b/chrome/browser/webdata/web_data_service.cc
@@ -85,7 +85,6 @@ WebDataService::WebDataService(WebDatabaseService* wdbs)
// WebDataService requires DB thread if instantiated.
// Set WebDataServiceFactory::GetInstance()->SetTestingFactory(&profile, NULL)
// if you do not want to instantiate WebDataService in your test.
- DCHECK(!ProfileManager::IsImportProcess(*CommandLine::ForCurrentProcess()));
DCHECK(BrowserThread::IsWellKnownThread(BrowserThread::DB));
}
« no previous file with comments | « no previous file | chrome/browser/webdata/web_database_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698