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

Side by Side Diff: chrome/browser/ui/webui/help/version_updater_chromeos.h

Issue 578293002: Fixed channel switch when user decides to switch to another channel in (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: EnsureCanUpdate() is restored back. Test is modified to mimic real environment. Created 6 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/webui/help/version_updater_chromeos.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_WEBUI_HELP_VERSION_UPDATER_CHROMEOS_H_ 5 #ifndef CHROME_BROWSER_UI_WEBUI_HELP_VERSION_UPDATER_CHROMEOS_H_
6 #define CHROME_BROWSER_UI_WEBUI_HELP_VERSION_UPDATER_CHROMEOS_H_ 6 #define CHROME_BROWSER_UI_WEBUI_HELP_VERSION_UPDATER_CHROMEOS_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/memory/weak_ptr.h" 9 #include "base/memory/weak_ptr.h"
10 #include "chrome/browser/ui/webui/help/version_updater.h" 10 #include "chrome/browser/ui/webui/help/version_updater.h"
(...skipping 27 matching lines...) Expand all
38 38
39 // Callback from UpdateEngineClient::RequestUpdateCheck(). 39 // Callback from UpdateEngineClient::RequestUpdateCheck().
40 void OnUpdateCheck(chromeos::UpdateEngineClient::UpdateCheckResult result); 40 void OnUpdateCheck(chromeos::UpdateEngineClient::UpdateCheckResult result);
41 41
42 // Callback used to communicate update status to the client. 42 // Callback used to communicate update status to the client.
43 StatusCallback callback_; 43 StatusCallback callback_;
44 44
45 // Last state received via UpdateStatusChanged(). 45 // Last state received via UpdateStatusChanged().
46 chromeos::UpdateEngineClient::UpdateStatusOperation last_operation_; 46 chromeos::UpdateEngineClient::UpdateStatusOperation last_operation_;
47 47
48 // True if an update check should be scheduled when the update engine is idle.
49 bool check_for_update_when_idle_;
50
48 base::WeakPtrFactory<VersionUpdaterCros> weak_ptr_factory_; 51 base::WeakPtrFactory<VersionUpdaterCros> weak_ptr_factory_;
49 52
50 DISALLOW_COPY_AND_ASSIGN(VersionUpdaterCros); 53 DISALLOW_COPY_AND_ASSIGN(VersionUpdaterCros);
51 }; 54 };
52 55
53 #endif // CHROME_BROWSER_UI_WEBUI_HELP_VERSION_UPDATER_CHROMEOS_H_ 56 #endif // CHROME_BROWSER_UI_WEBUI_HELP_VERSION_UPDATER_CHROMEOS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/webui/help/version_updater_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698