| 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();
|
|
|