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

Unified Diff: chrome/browser/ui/sync/one_click_signin_histogram.h

Issue 777143003: Clean up straggler classes to use embedded signin in page in the new profiles world. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years 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/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_
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_helper_unittest.cc ('k') | chrome/browser/ui/sync/one_click_signin_sync_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698