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

Side by Side Diff: chrome/browser/data_use_measurement/chrome_data_use_recorder.cc

Issue 2534023002: Create a DataUseRecorder instance for each page load in Chrome. (Closed)
Patch Set: Use emplace to insert; remove copy constructor Created 4 years 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/data_use_measurement/chrome_data_use_recorder.h"
6
7 namespace data_use_measurement {
8
9 ChromeDataUseRecorder::ChromeDataUseRecorder() : main_frame_id_(-1, -1) {}
10
11 ChromeDataUseRecorder::~ChromeDataUseRecorder() {}
12
13 } // namespace data_use_measurement
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698