Index: chrome/browser/ui/sync/one_click_signin_histogram.h |
diff --git a/chrome/browser/ui/sync/one_click_signin_histogram.h b/chrome/browser/ui/sync/one_click_signin_histogram.h |
deleted file mode 100644 |
index 07a32a0b4610007b89c90ff0015da4fbcf436f72..0000000000000000000000000000000000000000 |
--- a/chrome/browser/ui/sync/one_click_signin_histogram.h |
+++ /dev/null |
@@ -1,83 +0,0 @@ |
-// Copyright (c) 2012 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_UI_SYNC_ONE_CLICK_SIGNIN_HISTOGRAM_H_ |
-#define CHROME_BROWSER_UI_SYNC_ONE_CLICK_SIGNIN_HISTOGRAM_H_ |
- |
-namespace one_click_signin { |
- |
-// Enum values used for use with "AutoLogin.Reverse" histograms. |
-enum { |
- // The infobar was shown to the user. |
- HISTOGRAM_SHOWN, |
- |
- // The user pressed the accept button to perform the suggested action. |
- HISTOGRAM_ACCEPTED, |
- |
- // The user pressed the reject to turn off the feature. |
- HISTOGRAM_REJECTED, |
- |
- // The user pressed the X button to dismiss the infobar this time. |
- HISTOGRAM_DISMISSED, |
- |
- // The user completely ignored the infoar. Either they navigated away, or |
- // they used the page as is. |
- HISTOGRAM_IGNORED, |
- |
- // The user clicked on the learn more link in the infobar. |
- HISTOGRAM_LEARN_MORE, |
- |
- // The sync was started with default settings. |
- HISTOGRAM_WITH_DEFAULTS, |
- |
- // The sync was started with advanced settings. |
- HISTOGRAM_WITH_ADVANCED, |
- |
- // The sync was started through auto-accept with default settings. |
- HISTOGRAM_AUTO_WITH_DEFAULTS, |
- |
- // The sync was started through auto-accept with advanced settings. |
- HISTOGRAM_AUTO_WITH_ADVANCED, |
- |
- // The sync was aborted with an undo button. |
- HISTOGRAM_UNDO, |
- |
- HISTOGRAM_MAX |
-}; |
- |
-enum { |
- HISTOGRAM_CONFIRM_SHOWN, |
- |
- HISTOGRAM_CONFIRM_OK, |
- |
- HISTOGRAM_CONFIRM_RETURN, |
- |
- HISTOGRAM_CONFIRM_ADVANCED, |
- |
- HISTOGRAM_CONFIRM_CLOSE, |
- |
- HISTOGRAM_CONFIRM_ESCAPE, |
- |
- HISTOGRAM_CONFIRM_UNDO, |
- |
- HISTOGRAM_CONFIRM_LEARN_MORE, |
- |
- HISTOGRAM_CONFIRM_LEARN_MORE_OK, |
- |
- HISTOGRAM_CONFIRM_LEARN_MORE_RETURN, |
- |
- HISTOGRAM_CONFIRM_LEARN_MORE_ADVANCED, |
- |
- HISTOGRAM_CONFIRM_LEARN_MORE_CLOSE, |
- |
- HISTOGRAM_CONFIRM_LEARN_MORE_ESCAPE, |
- |
- HISTOGRAM_CONFIRM_LEARN_MORE_UNDO, |
- |
- HISTOGRAM_CONFIRM_MAX |
-}; |
- |
-} |
- |
-#endif // CHROME_BROWSER_UI_SYNC_ONE_CLICK_SIGNIN_HISTOGRAM_H_ |