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

Side by Side Diff: chrome/common/url_constants.cc

Issue 2455113003: MD Settings: Fix Client Navigations to Search Query URLs (Closed)
Patch Set: Fix implementation 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
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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/common/url_constants.h" 5 #include "chrome/common/url_constants.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 8
9 #include "base/macros.h" 9 #include "base/macros.h"
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 const char kContentSettingsSubPage[] = "content"; 351 const char kContentSettingsSubPage[] = "content";
352 const char kCreateProfileSubPage[] = "createProfile"; 352 const char kCreateProfileSubPage[] = "createProfile";
353 const char kExtensionsSubPage[] = "extensions"; 353 const char kExtensionsSubPage[] = "extensions";
354 const char kHandlerSettingsSubPage[] = "handlers"; 354 const char kHandlerSettingsSubPage[] = "handlers";
355 const char kImportDataSubPage[] = "importData"; 355 const char kImportDataSubPage[] = "importData";
356 const char kLanguageOptionsSubPage[] = "languages"; 356 const char kLanguageOptionsSubPage[] = "languages";
357 const char kManageProfileSubPage[] = "manageProfile"; 357 const char kManageProfileSubPage[] = "manageProfile";
358 const char kPasswordManagerSubPage[] = "passwords"; 358 const char kPasswordManagerSubPage[] = "passwords";
359 const char kResetProfileSettingsSubPage[] = "resetProfileSettings"; 359 const char kResetProfileSettingsSubPage[] = "resetProfileSettings";
360 const char kSearchEnginesSubPage[] = "searchEngines"; 360 const char kSearchEnginesSubPage[] = "searchEngines";
361 const char kSearchSubPage[] = "search";
362 const char kSignOutSubPage[] = "signOut"; 361 const char kSignOutSubPage[] = "signOut";
363 const char kSyncSetupSubPage[] = "syncSetup"; 362 const char kSyncSetupSubPage[] = "syncSetup";
364 const char kTriggeredResetProfileSettingsSubPage[] = 363 const char kTriggeredResetProfileSettingsSubPage[] =
365 "triggeredResetProfileSettings"; 364 "triggeredResetProfileSettings";
366 #if defined(OS_CHROMEOS) 365 #if defined(OS_CHROMEOS)
366 const char kAccessibilitySubPage[] = "accessibility";
367 const char kBluetoothSubPage[] = "bluetooth";
368 const char kDateTimeSubPage[] = "dateTime";
369 const char kDeprecatedOptionsSearchSubPage[] = "search";
367 const char kInternetOptionsSubPage[] = "internet"; 370 const char kInternetOptionsSubPage[] = "internet";
368 const char kPowerOptionsSubPage[] = "power-overlay"; 371 const char kPowerOptionsSubPage[] = "power-overlay";
369 #endif 372 #endif
370 373
371 // Extension sub pages. 374 // Extension sub pages.
372 const char kExtensionConfigureCommandsSubPage[] = "configureCommands"; 375 const char kExtensionConfigureCommandsSubPage[] = "configureCommands";
373 376
374 const char kExtensionInvalidRequestURL[] = "chrome-extension://invalid/"; 377 const char kExtensionInvalidRequestURL[] = "chrome-extension://invalid/";
375 const char kExtensionResourceInvalidRequestURL[] = 378 const char kExtensionResourceInvalidRequestURL[] =
376 "chrome-extension-resource://invalid/"; 379 "chrome-extension-resource://invalid/";
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 #endif 796 #endif
794 797
795 const char kChooserUsbOverviewURL[] = 798 const char kChooserUsbOverviewURL[] =
796 "https://support.google.com/chrome?p=webusb"; 799 "https://support.google.com/chrome?p=webusb";
797 800
798 #if defined(OS_CHROMEOS) 801 #if defined(OS_CHROMEOS)
799 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/"; 802 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/";
800 #endif 803 #endif
801 804
802 } // namespace chrome 805 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698