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

Unified Diff: chrome/browser/sessions/session_restore.cc

Issue 688993004: [chrome/browser/s*] Convert VLOGs to DVLOGs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing the patch and removing supervised_users related change Created 6 years, 1 month 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/sessions/session_restore.cc
diff --git a/chrome/browser/sessions/session_restore.cc b/chrome/browser/sessions/session_restore.cc
index 6246bc0adcf2ab35033da1dce4aac341a1f9fce9..f9bb1abe2f4171849d7faad7ef17ca547cf6e780 100644
--- a/chrome/browser/sessions/session_restore.cc
+++ b/chrome/browser/sessions/session_restore.cc
@@ -827,7 +827,7 @@ class SessionRestoreImpl : public content::NotificationObserver {
Browser* ProcessSessionWindows(std::vector<SessionWindow*>* windows,
SessionID::id_type active_window_id) {
- VLOG(1) << "ProcessSessionWindows " << windows->size();
+ DVLOG(1) << "ProcessSessionWindows " << windows->size();
base::TimeDelta time_to_process_sessions =
base::TimeTicks::Now() - restore_started_;
UMA_HISTOGRAM_CUSTOM_TIMES(
@@ -991,7 +991,7 @@ class SessionRestoreImpl : public content::NotificationObserver {
Browser* browser,
int initial_tab_count,
int selected_tab_index) {
- VLOG(1) << "RestoreTabsToBrowser " << window.tabs.size();
+ DVLOG(1) << "RestoreTabsToBrowser " << window.tabs.size();
DCHECK(!window.tabs.empty());
if (initial_tab_count == 0) {
for (int i = 0; i < static_cast<int>(window.tabs.size()); ++i) {
« no previous file with comments | « chrome/browser/service_process/service_process_control.cc ('k') | chrome/browser/sessions/session_service_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698