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

Unified Diff: chrome/browser/services/gcm/gcm_product_util.h

Issue 2657823005: Move //c/b/services/gcm/ to //c/b/gcm/ (Closed)
Patch Set: Created 3 years, 11 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/services/gcm/gcm_product_util.h
diff --git a/chrome/browser/services/gcm/gcm_product_util.h b/chrome/browser/services/gcm/gcm_product_util.h
deleted file mode 100644
index 59a7ee52332fe4cb69ae1b45ec2e14fce317aee8..0000000000000000000000000000000000000000
--- a/chrome/browser/services/gcm/gcm_product_util.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 2016 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_SERVICES_GCM_GCM_PRODUCT_UTIL_H_
-#define CHROME_BROWSER_SERVICES_GCM_GCM_PRODUCT_UTIL_H_
-
-#include <string>
-
-class PrefRegistrySimple;
-class PrefService;
-
-namespace user_prefs {
-class PrefRegistrySyncable;
-}
-
-namespace gcm {
-
-// Returns a string like "com.chrome.macosx" that should be used as the GCM
-// category when an app_id is sent as a subtype instead of as a category. This
-// is generated once, then remains fixed forever (even if the product name
-// changes), since it must match existing Instance ID tokens.
-std::string GetProductCategoryForSubtypes(PrefService* prefs);
-
-void RegisterPrefs(PrefRegistrySimple* registry);
-void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
-
-} // namespace gcm
-
-#endif // CHROME_BROWSER_SERVICES_GCM_GCM_PRODUCT_UTIL_H_
« no previous file with comments | « chrome/browser/services/gcm/fake_gcm_profile_service.cc ('k') | chrome/browser/services/gcm/gcm_product_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698