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

Unified Diff: sync/internal_api/public/shutdown_reason.h

Issue 1221073004: Enable clang warning for ignored attributes. (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 | « ppapi/shared_impl/ppb_tcp_socket_shared.h ('k') | sync/internal_api/public/util/syncer_error.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/shutdown_reason.h
diff --git a/sync/internal_api/public/shutdown_reason.h b/sync/internal_api/public/shutdown_reason.h
index 60060744b40be65160eeae034cc8ec8d07705f7b..f913eec556b2617090220aa488e51f4c4f9b6584 100644
--- a/sync/internal_api/public/shutdown_reason.h
+++ b/sync/internal_api/public/shutdown_reason.h
@@ -10,7 +10,7 @@
namespace syncer {
// Reason for shutting down sync engine.
-enum SYNC_EXPORT ShutdownReason {
+enum ShutdownReason {
STOP_SYNC, // Sync is asked to stop, e.g. due to scarce resource.
DISABLE_SYNC, // Sync is disabled, e.g. user sign out, dashboard clear.
BROWSER_SHUTDOWN, // Browser is closed.
« no previous file with comments | « ppapi/shared_impl/ppb_tcp_socket_shared.h ('k') | sync/internal_api/public/util/syncer_error.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698