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

Unified Diff: chrome/browser/rlz/rlz.h

Issue 13868016: Detect when chrome is shutting down and don't SendFinacialPing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use alternate method for recognizing and handling shutdown Created 7 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
« no previous file with comments | « no previous file | chrome/browser/rlz/rlz.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/rlz/rlz.h
diff --git a/chrome/browser/rlz/rlz.h b/chrome/browser/rlz/rlz.h
index 23075e1a7673f32a0e63192ece8e333fdcf00e9c..53484e1912158d1ee4e9c3d0c701bec2a0130c87 100644
--- a/chrome/browser/rlz/rlz.h
+++ b/chrome/browser/rlz/rlz.h
@@ -201,9 +201,6 @@ class RLZTracker : public content::NotificationObserver {
// sequentially in the blocking pool.
base::SequencedWorkerPool::SequenceToken worker_pool_token_;
- // URLRequestContextGetter used by RLZ library.
- net::URLRequestContextGetter* url_request_context_;
-
// Keeps track if the RLZ tracker has already performed its delayed
// initialization.
bool already_ran_;
« no previous file with comments | « no previous file | chrome/browser/rlz/rlz.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698