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

Unified Diff: chrome/browser/enhanced_bookmarks/chrome_bookmark_server_cluster_service.h

Issue 641473002: Revert of Bring up of the enhanced bookmarks cluster service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@intermediary2
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/enhanced_bookmarks/chrome_bookmark_server_cluster_service.h
diff --git a/chrome/browser/enhanced_bookmarks/chrome_bookmark_server_cluster_service.h b/chrome/browser/enhanced_bookmarks/chrome_bookmark_server_cluster_service.h
deleted file mode 100644
index 71820e908360ea78d219445f564b34a5e7715d33..0000000000000000000000000000000000000000
--- a/chrome/browser/enhanced_bookmarks/chrome_bookmark_server_cluster_service.h
+++ /dev/null
@@ -1,42 +0,0 @@
-// Copyright 2014 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 CHROME_BROWSER_ENHANCED_BOOKMARKS_CHROME_BOOKMARK_SERVER_CLUSTER_SERVICE_H_
-#define CHROME_BROWSER_ENHANCED_BOOKMARKS_CHROME_BOOKMARK_SERVER_CLUSTER_SERVICE_H_
-
-#include "chrome/browser/sync/profile_sync_service_observer.h"
-#include "components/enhanced_bookmarks/bookmark_server_cluster_service.h"
-
-class ProfileSyncService;
-
-namespace enhanced_bookmarks {
-
-// A cluster service that invalidates its data when a sync operation finishes.
-class ChromeBookmarkServerClusterService : public BookmarkServerClusterService,
- public ProfileSyncServiceObserver {
- public:
- ChromeBookmarkServerClusterService(
- const std::string& application_language_code,
- scoped_refptr<net::URLRequestContextGetter> request_context_getter,
- ProfileOAuth2TokenService* token_service,
- SigninManagerBase* signin_manager,
- EnhancedBookmarkModel* enhanced_bookmark_model,
- PrefService* pref_service,
- ProfileSyncService* sync_service);
- virtual ~ChromeBookmarkServerClusterService();
-
- // ProfileSyncServiceObserver implementation.
- virtual void OnStateChanged() override;
- virtual void OnSyncCycleCompleted() override;
-
- private:
- // This class observes the sync service for changes.
- ProfileSyncService* sync_service_;
-
- DISALLOW_COPY_AND_ASSIGN(ChromeBookmarkServerClusterService);
-};
-
-} // namespace enhanced_bookmarks
-
-#endif // CHROME_BROWSER_ENHANCED_BOOKMARKS_CHROME_BOOKMARK_SERVER_CLUSTER_SERVICE_H_
« no previous file with comments | « chrome/browser/enhanced_bookmarks/OWNERS ('k') | chrome/browser/enhanced_bookmarks/chrome_bookmark_server_cluster_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698