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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 1997453003: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move changes in and out to fix compile Created 4 years, 7 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 | « chrome/browser/chrome_browser_main.h ('k') | chrome/browser/chrome_quota_permission_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index 2b0b0633d38214028d652ae62d2ac1924af98fc2..07cf4b5ec21736bba47cdc36d110f96348c77bbf 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -638,9 +638,7 @@ ChromeBrowserMainParts::ChromeBrowserMainParts(
false))),
profile_(NULL),
run_message_loop_(true),
- notify_result_(ProcessSingleton::PROCESS_NONE),
- local_state_(NULL),
- restart_last_session_(false) {
+ local_state_(NULL) {
if (sampling_profiler_config_.IsProfilerEnabled())
sampling_profiler_.Start();
« no previous file with comments | « chrome/browser/chrome_browser_main.h ('k') | chrome/browser/chrome_quota_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698