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

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

Issue 2913343002: Start removing deprecated Options UI code (Closed)
Patch Set: thestig@ review Created 3 years, 6 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
« no previous file with comments | « chrome/common/url_constants.h ('k') | chrome/test/BUILD.gn » ('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 (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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 const char kResetProfileSettingsSubPage[] = "resetProfileSettings"; 369 const char kResetProfileSettingsSubPage[] = "resetProfileSettings";
370 const char kSearchEnginesSubPage[] = "searchEngines"; 370 const char kSearchEnginesSubPage[] = "searchEngines";
371 const char kSignOutSubPage[] = "signOut"; 371 const char kSignOutSubPage[] = "signOut";
372 const char kSyncSetupSubPage[] = "syncSetup"; 372 const char kSyncSetupSubPage[] = "syncSetup";
373 const char kTriggeredResetProfileSettingsSubPage[] = 373 const char kTriggeredResetProfileSettingsSubPage[] =
374 "triggeredResetProfileSettings"; 374 "triggeredResetProfileSettings";
375 #if defined(OS_CHROMEOS) 375 #if defined(OS_CHROMEOS)
376 const char kAccessibilitySubPage[] = "accessibility"; 376 const char kAccessibilitySubPage[] = "accessibility";
377 const char kBluetoothSubPage[] = "bluetoothDevices"; 377 const char kBluetoothSubPage[] = "bluetoothDevices";
378 const char kDateTimeSubPage[] = "dateTime"; 378 const char kDateTimeSubPage[] = "dateTime";
379 const char kDeprecatedOptionsSearchSubPage[] = "search";
380 const char kDisplaySubPage[] = "display"; 379 const char kDisplaySubPage[] = "display";
381 const char kHelpSubPage[] = "help"; 380 const char kHelpSubPage[] = "help";
382 const char kInternetSubPage[] = "internet"; 381 const char kInternetSubPage[] = "internet";
383 const char kNetworkDetailSubPage[] = "networkDetail"; 382 const char kNetworkDetailSubPage[] = "networkDetail";
384 const char kPowerSubPage[] = "power"; 383 const char kPowerSubPage[] = "power";
385 const char kStylusSubPage[] = "stylus"; 384 const char kStylusSubPage[] = "stylus";
386 #else 385 #else
387 const char kCreateProfileSubPage[] = "createProfile"; 386 const char kCreateProfileSubPage[] = "createProfile";
388 const char kManageProfileSubPage[] = "manageProfile"; 387 const char kManageProfileSubPage[] = "manageProfile";
389 #endif 388 #endif
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 #endif 832 #endif
834 833
835 const char kChooserUsbOverviewURL[] = 834 const char kChooserUsbOverviewURL[] =
836 "https://support.google.com/chrome?p=webusb"; 835 "https://support.google.com/chrome?p=webusb";
837 836
838 #if defined(OS_CHROMEOS) 837 #if defined(OS_CHROMEOS)
839 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/"; 838 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/";
840 #endif 839 #endif
841 840
842 } // namespace chrome 841 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/common/url_constants.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698