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

Side by Side Diff: chrome/browser/prefs/browser_prefs.cc

Issue 1840033002: Move popular_sites.* files to c/b/a/ntp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: synced Created 4 years, 8 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 unified diff | Download patch
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 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/prefs/browser_prefs.h" 5 #include "chrome/browser/prefs/browser_prefs.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/metrics/histogram_macros.h" 9 #include "base/metrics/histogram_macros.h"
10 #include "base/trace_event/trace_event.h" 10 #include "base/trace_event/trace_event.h"
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 #endif 134 #endif
135 135
136 #if defined(ENABLE_SERVICE_DISCOVERY) 136 #if defined(ENABLE_SERVICE_DISCOVERY)
137 #include "chrome/browser/ui/webui/local_discovery/local_discovery_ui.h" 137 #include "chrome/browser/ui/webui/local_discovery/local_discovery_ui.h"
138 #endif 138 #endif
139 139
140 #if BUILDFLAG(ANDROID_JAVA_UI) 140 #if BUILDFLAG(ANDROID_JAVA_UI)
141 #include "chrome/browser/android/bookmarks/partner_bookmarks_shim.h" 141 #include "chrome/browser/android/bookmarks/partner_bookmarks_shim.h"
142 #include "chrome/browser/android/ntp/most_visited_sites.h" 142 #include "chrome/browser/android/ntp/most_visited_sites.h"
143 #include "chrome/browser/android/ntp/new_tab_page_prefs.h" 143 #include "chrome/browser/android/ntp/new_tab_page_prefs.h"
144 #include "chrome/browser/android/popular_sites.h" 144 #include "chrome/browser/android/ntp/popular_sites.h"
145 #else 145 #else
146 #include "chrome/browser/ui/startup/startup_browser_creator.h" 146 #include "chrome/browser/ui/startup/startup_browser_creator.h"
147 #include "chrome/browser/upgrade_detector.h" 147 #include "chrome/browser/upgrade_detector.h"
148 #endif 148 #endif
149 149
150 #if !defined(OS_ANDROID) 150 #if !defined(OS_ANDROID)
151 #include "chrome/browser/signin/signin_promo.h" 151 #include "chrome/browser/signin/signin_promo.h"
152 #include "chrome/browser/ui/webui/foreign_session_handler.h" 152 #include "chrome/browser/ui/webui/foreign_session_handler.h"
153 #endif 153 #endif
154 154
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 profile_prefs->ClearPref(kOverscrollVerticalResistThreshold); 669 profile_prefs->ClearPref(kOverscrollVerticalResistThreshold);
670 #endif // defined(USE_AURA) 670 #endif // defined(USE_AURA)
671 671
672 #if BUILDFLAG(ENABLE_GOOGLE_NOW) 672 #if BUILDFLAG(ENABLE_GOOGLE_NOW)
673 // Added 3/2016. 673 // Added 3/2016.
674 profile_prefs->ClearPref(kGoogleGeolocationAccessEnabled); 674 profile_prefs->ClearPref(kGoogleGeolocationAccessEnabled);
675 #endif 675 #endif
676 } 676 }
677 677
678 } // namespace chrome 678 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/browser/android/popular_sites.cc ('k') | chrome/browser/ui/webui/popular_sites_internals_message_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698