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

Unified Diff: chrome/browser/sync/profile_sync_service_model_type_selection_android.h

Issue 659493003: Final step of the java_cpp_template -> java_cpp_enum migration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « chrome/browser/sync/profile_sync_service_android.cc ('k') | chrome/browser/ui/toolbar/toolbar_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/profile_sync_service_model_type_selection_android.h
diff --git a/chrome/browser/sync/profile_sync_service_model_type_selection_android.h b/chrome/browser/sync/profile_sync_service_model_type_selection_android.h
deleted file mode 100644
index 5da7e64c5f27bea0a6a8307f0ce6c470854707b7..0000000000000000000000000000000000000000
--- a/chrome/browser/sync/profile_sync_service_model_type_selection_android.h
+++ /dev/null
@@ -1,37 +0,0 @@
-// Copyright 2013 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.
-
-// This file intentionally does not have header guards, it's included
-// inside a macro to generate enum values.
-
-// This file contains the list of sync ModelTypes that Android can register for
-// invalidations for.
-
-DEFINE_MODEL_TYPE_SELECTION(AUTOFILL, 1<<0)
-
-DEFINE_MODEL_TYPE_SELECTION(BOOKMARK, 1<<1)
-
-DEFINE_MODEL_TYPE_SELECTION(PASSWORD, 1<<2)
-
-DEFINE_MODEL_TYPE_SELECTION(SESSION, 1<<3)
-
-DEFINE_MODEL_TYPE_SELECTION(TYPED_URL, 1<<4)
-
-DEFINE_MODEL_TYPE_SELECTION(AUTOFILL_PROFILE, 1<<5)
-
-DEFINE_MODEL_TYPE_SELECTION(HISTORY_DELETE_DIRECTIVE, 1<<6)
-
-DEFINE_MODEL_TYPE_SELECTION(PROXY_TABS, 1<<7)
-
-DEFINE_MODEL_TYPE_SELECTION(FAVICON_IMAGE, 1<<8)
-
-DEFINE_MODEL_TYPE_SELECTION(FAVICON_TRACKING, 1<<9)
-
-DEFINE_MODEL_TYPE_SELECTION(NIGORI, 1<<10)
-
-DEFINE_MODEL_TYPE_SELECTION(DEVICE_INFO, 1<<11)
-
-DEFINE_MODEL_TYPE_SELECTION(EXPERIMENTS, 1<<12)
-
-DEFINE_MODEL_TYPE_SELECTION(SUPERVISED_USER_SETTING, 1<<13)
« no previous file with comments | « chrome/browser/sync/profile_sync_service_android.cc ('k') | chrome/browser/ui/toolbar/toolbar_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698