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

Unified Diff: chrome/browser/android/feature_utilities.h

Issue 2331123002: Remove DocumentMode usage histogram. (Closed)
Patch Set: Created 4 years, 3 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/android/feature_utilities.h
diff --git a/chrome/browser/android/feature_utilities.h b/chrome/browser/android/feature_utilities.h
index bc7667d9e9dc54d67be2b6d7f4b1faa6011557e9..c6fe34057da39d036aacad701f3ba5a3c57ca63f 100644
--- a/chrome/browser/android/feature_utilities.h
+++ b/chrome/browser/android/feature_utilities.h
@@ -10,20 +10,12 @@
namespace chrome {
namespace android {
-enum RunningModeHistogram {
- RUNNING_MODE_DOCUMENT_MODE,
- RUNNING_MODE_TABBED_MODE,
- RUNNING_MODE_MAX
-};
-
enum CustomTabsVisibilityHistogram {
VISIBLE_CUSTOM_TAB,
VISIBLE_CHROME_TAB,
CUSTOM_TABS_VISIBILITY_MAX
};
-RunningModeHistogram GetDocumentModeValue();
-
CustomTabsVisibilityHistogram GetCustomTabsVisibleValue();
bool GetIsInMultiWindowModeValue();

Powered by Google App Engine
This is Rietveld 408576698