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

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

Issue 2489443002: Move all components/offline_pages/ files into component/offline_pages/core (Closed)
Patch Set: rebase Created 4 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/android/offline_pages/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
11 #include "base/android/jni_string.h" 11 #include "base/android/jni_string.h"
12 #include "base/feature_list.h" 12 #include "base/feature_list.h"
13 #include "base/macros.h" 13 #include "base/macros.h"
14 #include "chrome/common/chrome_features.h" 14 #include "chrome/common/chrome_features.h"
15 #include "components/autofill/core/browser/autofill_experiments.h" 15 #include "components/autofill/core/browser/autofill_experiments.h"
16 #include "components/ntp_snippets/features.h" 16 #include "components/ntp_snippets/features.h"
17 #include "components/offline_pages/offline_page_feature.h" 17 #include "components/offline_pages/core/offline_page_feature.h"
18 #include "components/password_manager/core/common/password_manager_features.h" 18 #include "components/password_manager/core/common/password_manager_features.h"
19 #include "content/public/common/content_features.h" 19 #include "content/public/common/content_features.h"
20 #include "jni/ChromeFeatureList_jni.h" 20 #include "jni/ChromeFeatureList_jni.h"
21 21
22 using base::android::ConvertJavaStringToUTF8; 22 using base::android::ConvertJavaStringToUTF8;
23 using base::android::JavaParamRef; 23 using base::android::JavaParamRef;
24 24
25 namespace chrome { 25 namespace chrome {
26 namespace android { 26 namespace android {
27 27
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 NOTREACHED(); 137 NOTREACHED();
138 return false; 138 return false;
139 } 139 }
140 140
141 bool RegisterChromeFeatureListJni(JNIEnv* env) { 141 bool RegisterChromeFeatureListJni(JNIEnv* env) {
142 return RegisterNativesImpl(env); 142 return RegisterNativesImpl(env);
143 } 143 }
144 144
145 } // namespace android 145 } // namespace android
146 } // namespace chrome 146 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/android/offline_pages/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698