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

Unified Diff: sync/internal_api/public/base/stop_source.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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
Index: sync/internal_api/public/base/stop_source.h
diff --git a/sync/internal_api/public/base/stop_source.h b/sync/internal_api/public/base/stop_source.h
deleted file mode 100644
index 92850a0c1827b60165584dc5499238c0aef95bbf..0000000000000000000000000000000000000000
--- a/sync/internal_api/public/base/stop_source.h
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef SYNC_INTERNAL_API_PUBLIC_BASE_STOP_SOURCE_H_
-#define SYNC_INTERNAL_API_PUBLIC_BASE_STOP_SOURCE_H_
-
-namespace syncer {
-
-// Enumerate the main sources that can turn off sync. This enum is used to
-// back a UMA histogram and should be treated as append-only.
-//
-// A Java counterpart will be generated for this enum.
-// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.sync
-enum StopSource {
- PROFILE_DESTRUCTION, // The user destroyed the profile.
- SIGN_OUT, // The user signed out of Chrome.
- BIRTHDAY_ERROR, // A dashboard stop-and-clear on the server.
- CHROME_SYNC_SETTINGS, // The on/off switch in settings for mobile Chrome.
- ANDROID_CHROME_SYNC, // Android's sync setting for Chrome.
- ANDROID_MASTER_SYNC, // Android's master sync setting.
- STOP_SOURCE_LIMIT,
-};
-
-} // namespace syncer
-
-#endif // SYNC_INTERNAL_API_PUBLIC_BASE_STOP_SOURCE_H_
« no previous file with comments | « sync/internal_api/public/base/progress_marker_map.cc ('k') | sync/internal_api/public/base/unique_position.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698