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

Unified Diff: content/browser/background_sync/background_sync_registration_options.h

Issue 1221433004: Revert of Try harder to work around a clang/win bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 | content/browser/background_sync/background_sync_registration_options.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/background_sync/background_sync_registration_options.h
diff --git a/content/browser/background_sync/background_sync_registration_options.h b/content/browser/background_sync/background_sync_registration_options.h
index 1092f3ea3245da174af8b8d7e00d06c1259dd178..9dcb8d9f4ba958b9c700f9e1b413ce973595852f 100644
--- a/content/browser/background_sync/background_sync_registration_options.h
+++ b/content/browser/background_sync/background_sync_registration_options.h
@@ -19,10 +19,10 @@
bool Equals(const BackgroundSyncRegistrationOptions& other) const;
std::string tag;
- int64_t min_period;
- SyncNetworkState network_state;
- SyncPowerState power_state;
- SyncPeriodicity periodicity;
+ int64_t min_period = 0;
+ SyncNetworkState network_state = NETWORK_STATE_ONLINE;
+ SyncPowerState power_state = POWER_STATE_AVOID_DRAINING;
+ SyncPeriodicity periodicity = SYNC_ONE_SHOT;
};
} // namespace content
« no previous file with comments | « no previous file | content/browser/background_sync/background_sync_registration_options.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698