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

Unified Diff: chrome_frame/delete_chrome_history.cc

Issue 10019015: Update uses of TimeDelta in chrome_frame/*. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase onto master. Created 8 years, 8 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_frame/delete_chrome_history.cc
diff --git a/chrome_frame/delete_chrome_history.cc b/chrome_frame/delete_chrome_history.cc
index 03313d152aae11d7fe90d09bf409af242fd5a62a..de534b747c5046708ec885f4d5084a3cdde21777 100644
--- a/chrome_frame/delete_chrome_history.cc
+++ b/chrome_frame/delete_chrome_history.cc
@@ -91,7 +91,7 @@ STDMETHODIMP DeleteChromeHistory::DeleteBrowsingHistory(DWORD flags) {
remove_mask_ |= BrowsingDataRemover::REMOVE_HISTORY;
loop_.PostDelayedTask(FROM_HERE,
- MessageLoop::QuitClosure(), 1000 * 600);
+ MessageLoop::QuitClosure(), base::TimeDelta::FromMinutes(10));
loop_.MessageLoop::Run();
return S_OK;
« no previous file with comments | « no previous file | chrome_frame/test/automation_client_mock.cc » ('j') | chrome_frame/test/chrome_frame_automation_mock.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698