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

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

Issue 2913343002: Start removing deprecated Options UI code (Closed)
Patch Set: . 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
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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 const char kResetProfileSettingsSubPage[] = "resetProfileSettings"; 367 const char kResetProfileSettingsSubPage[] = "resetProfileSettings";
368 const char kSearchEnginesSubPage[] = "searchEngines"; 368 const char kSearchEnginesSubPage[] = "searchEngines";
369 const char kSignOutSubPage[] = "signOut"; 369 const char kSignOutSubPage[] = "signOut";
370 const char kSyncSetupSubPage[] = "syncSetup"; 370 const char kSyncSetupSubPage[] = "syncSetup";
371 const char kTriggeredResetProfileSettingsSubPage[] = 371 const char kTriggeredResetProfileSettingsSubPage[] =
372 "triggeredResetProfileSettings"; 372 "triggeredResetProfileSettings";
373 #if defined(OS_CHROMEOS) 373 #if defined(OS_CHROMEOS)
374 const char kAccessibilitySubPage[] = "accessibility"; 374 const char kAccessibilitySubPage[] = "accessibility";
375 const char kBluetoothSubPage[] = "bluetoothDevices"; 375 const char kBluetoothSubPage[] = "bluetoothDevices";
376 const char kDateTimeSubPage[] = "dateTime"; 376 const char kDateTimeSubPage[] = "dateTime";
377 const char kDeprecatedOptionsSearchSubPage[] = "search";
378 const char kDisplaySubPage[] = "display"; 377 const char kDisplaySubPage[] = "display";
379 const char kHelpSubPage[] = "help"; 378 const char kHelpSubPage[] = "help";
380 const char kInternetSubPage[] = "internet"; 379 const char kInternetSubPage[] = "internet";
381 const char kNetworkDetailSubPage[] = "networkDetail"; 380 const char kNetworkDetailSubPage[] = "networkDetail";
382 const char kPowerSubPage[] = "power"; 381 const char kPowerSubPage[] = "power";
383 const char kStylusSubPage[] = "stylus"; 382 const char kStylusSubPage[] = "stylus";
384 #else 383 #else
385 const char kCreateProfileSubPage[] = "createProfile"; 384 const char kCreateProfileSubPage[] = "createProfile";
386 const char kManageProfileSubPage[] = "manageProfile"; 385 const char kManageProfileSubPage[] = "manageProfile";
387 #endif 386 #endif
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 #endif 830 #endif
832 831
833 const char kChooserUsbOverviewURL[] = 832 const char kChooserUsbOverviewURL[] =
834 "https://support.google.com/chrome?p=webusb"; 833 "https://support.google.com/chrome?p=webusb";
835 834
836 #if defined(OS_CHROMEOS) 835 #if defined(OS_CHROMEOS)
837 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/"; 836 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/";
838 #endif 837 #endif
839 838
840 } // namespace chrome 839 } // namespace chrome
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698