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

Unified Diff: chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc

Issue 2697723006: MD Settings: Fix subpage URLS for CrOS (Closed)
Patch Set: Fix browser_tests Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/browser_about_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc
diff --git a/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc b/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc
index 12d6b2f1c50ade6f3d7ab02dd611ca7995ebf8eb..bc890bf6f33b7561581397eecb89d8462661e64d 100644
--- a/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc
+++ b/chrome/browser/autocomplete/chrome_autocomplete_provider_client.cc
@@ -45,17 +45,18 @@ namespace {
// This list should be kept in sync with chrome/common/url_constants.h.
// Only include useful sub-pages, confirmation alerts are not useful.
const char* const kChromeSettingsSubPages[] = {
- chrome::kAutofillSubPage,
- chrome::kClearBrowserDataSubPage,
- chrome::kContentSettingsSubPage,
- chrome::kImportDataSubPage,
- chrome::kLanguageOptionsSubPage,
- chrome::kPasswordManagerSubPage,
- chrome::kResetProfileSettingsSubPage,
- chrome::kSearchEnginesSubPage,
- chrome::kSyncSetupSubPage,
+ chrome::kAutofillSubPage, chrome::kClearBrowserDataSubPage,
sky 2017/02/16 21:57:41 Make sure you run git cl format.
stevenjb 2017/02/16 22:46:34 I did. This is clang's fault.
+ chrome::kContentSettingsSubPage, chrome::kLanguageOptionsSubPage,
+ chrome::kPasswordManagerSubPage, chrome::kResetProfileSettingsSubPage,
+ chrome::kSearchEnginesSubPage, chrome::kSyncSetupSubPage,
#if defined(OS_CHROMEOS)
- chrome::kInternetOptionsSubPage,
+ chrome::kAccessibilitySubPage, chrome::kBluetoothSubPage,
+ chrome::kDateTimeSubPage, chrome::kDisplaySubPage,
+ chrome::kInternetSubPage, chrome::kPowerSubPage,
+ chrome::kStylusSubPage,
+#else
+ chrome::kCreateProfileSubPage, chrome::kImportDataSubPage,
+ chrome::kManageProfileSubPage,
#endif
};
« no previous file with comments | « no previous file | chrome/browser/browser_about_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698