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

Side by Side Diff: chrome/browser/android/chrome_feature_list.cc

Issue 2477943002: [Offline Pages] Remove a debugging feature and a misleading flag. (Closed)
Patch Set: Rebased. Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/android/chrome_feature_list.h" 5 #include "chrome/browser/android/chrome_feature_list.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 8
9 #include <string> 9 #include <string>
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 &kSpecialLocaleFeature, 51 &kSpecialLocaleFeature,
52 &kSpecialLocaleWrapper, 52 &kSpecialLocaleWrapper,
53 &kTabReparenting, 53 &kTabReparenting,
54 &kWebApks, 54 &kWebApks,
55 &ntp_snippets::kContentSuggestionsFeature, 55 &ntp_snippets::kContentSuggestionsFeature,
56 &ntp_snippets::kIncreasedVisibility, 56 &ntp_snippets::kIncreasedVisibility,
57 &ntp_snippets::kOfflineBadgeFeature, 57 &ntp_snippets::kOfflineBadgeFeature,
58 &ntp_snippets::kSaveToOfflineFeature, 58 &ntp_snippets::kSaveToOfflineFeature,
59 &ntp_snippets::kSectionDismissalFeature, 59 &ntp_snippets::kSectionDismissalFeature,
60 &offline_pages::kBackgroundLoaderForDownloadsFeature, 60 &offline_pages::kBackgroundLoaderForDownloadsFeature,
61 &offline_pages::kOfflinePagesBackgroundLoadingFeature,
62 &offline_pages::kOfflinePagesCTFeature, // See crbug.com/620421. 61 &offline_pages::kOfflinePagesCTFeature, // See crbug.com/620421.
63 &offline_pages::kOfflinePagesSharingFeature, 62 &offline_pages::kOfflinePagesSharingFeature,
64 &password_manager::features::kViewPasswords, 63 &password_manager::features::kViewPasswords,
65 }; 64 };
66 65
67 } // namespace 66 } // namespace
68 67
69 // Alphabetical: 68 // Alphabetical:
70 const base::Feature kAndroidPayIntegrationV1{"AndroidPayIntegrationV1", 69 const base::Feature kAndroidPayIntegrationV1{"AndroidPayIntegrationV1",
71 base::FEATURE_ENABLED_BY_DEFAULT}; 70 base::FEATURE_ENABLED_BY_DEFAULT};
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 NOTREACHED(); 127 NOTREACHED();
129 return false; 128 return false;
130 } 129 }
131 130
132 bool RegisterChromeFeatureListJni(JNIEnv* env) { 131 bool RegisterChromeFeatureListJni(JNIEnv* env) {
133 return RegisterNativesImpl(env); 132 return RegisterNativesImpl(env);
134 } 133 }
135 134
136 } // namespace android 135 } // namespace android
137 } // namespace chrome 136 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/android/offline_pages/offline_page_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698