From 40b557585ef701b616cb4d9858f260468972cc79 Mon Sep 17 00:00:00 2001 From: "isherman@chromium.org" Date: Thu, 14 Feb 2013 20:44:08 +0000 Subject: Revert 182527 Caused compile failure on Win Aura > [Sync] Make SESSIONS an implicit type > > We add TABS as a new local type, which is now what is enabled via the user > settings. It implicitly enables SESSIONS. > > Similarly, History now corresponds with Typed URLs, which implicitly enables > history delete directives if the proper command line flag is passed. > > Finally, History delete directives implicitly enables SESSIONS, which we can do > because Sessions is no longer a user selectable type. > > BUG=170162 > TBR=jhawkins@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/11961030 TBR=zea@chromium.org Review URL: https://codereview.chromium.org/12271002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182529 0039d316-1c4b-4281-b951-d872f2087c98 --- sync/util/data_type_histogram.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sync/util') diff --git a/sync/util/data_type_histogram.h b/sync/util/data_type_histogram.h index 75e833e..e72cebb 100644 --- a/sync/util/data_type_histogram.h +++ b/sync/util/data_type_histogram.h @@ -99,9 +99,6 @@ case ::syncer::DICTIONARY: \ PER_DATA_TYPE_MACRO("Dictionary"); \ break; \ - case ::syncer::PROXY_TABS :\ - PER_DATA_TYPE_MACRO("Tabs"); \ - break; \ default: \ NOTREACHED() << "Unknown datatype " \ << ::syncer::ModelTypeToString(datatype); \ -- cgit v1.1