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

Unified Diff: components/policy/core/common/cloud/device_management_service.h

Issue 2285233002: Don't retry fetching policies if it's a blocking operation, don't wait if we will bypass the proxy … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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 | components/policy/core/common/cloud/device_management_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/cloud/device_management_service.h
diff --git a/components/policy/core/common/cloud/device_management_service.h b/components/policy/core/common/cloud/device_management_service.h
index 357599837000f9be25fbc437e4dfe48d09a31f46..d24308d4408a0cccce9987c2fb18cc673f0ddf63 100644
--- a/components/policy/core/common/cloud/device_management_service.h
+++ b/components/policy/core/common/cloud/device_management_service.h
@@ -96,6 +96,7 @@ class POLICY_EXPORT DeviceManagementRequestJob {
// Fires the job, to be filled in by implementations.
virtual void Run() = 0;
+ JobType type_;
ParameterMap query_params_;
std::string gaia_token_;
std::string dm_token_;
« no previous file with comments | « no previous file | components/policy/core/common/cloud/device_management_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698