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

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

Issue 2882933002: Add update available icon in system tray (Closed)
Patch Set: Add file to BUILD.gn Created 3 years, 7 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') | 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
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"; 379 const char kDeprecatedOptionsSearchSubPage[] = "search";
380 const char kDisplaySubPage[] = "display"; 380 const char kDisplaySubPage[] = "display";
381 const char kHelpSubPage[] = "help";
381 const char kInternetSubPage[] = "internet"; 382 const char kInternetSubPage[] = "internet";
382 const char kNetworkDetailSubPage[] = "networkDetail"; 383 const char kNetworkDetailSubPage[] = "networkDetail";
383 const char kPowerSubPage[] = "power"; 384 const char kPowerSubPage[] = "power";
384 const char kStylusSubPage[] = "stylus"; 385 const char kStylusSubPage[] = "stylus";
385 #else 386 #else
386 const char kCreateProfileSubPage[] = "createProfile"; 387 const char kCreateProfileSubPage[] = "createProfile";
387 const char kManageProfileSubPage[] = "manageProfile"; 388 const char kManageProfileSubPage[] = "manageProfile";
388 #endif 389 #endif
389 390
390 // Extension sub pages. 391 // Extension sub pages.
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 #endif 830 #endif
830 831
831 const char kChooserUsbOverviewURL[] = 832 const char kChooserUsbOverviewURL[] =
832 "https://support.google.com/chrome?p=webusb"; 833 "https://support.google.com/chrome?p=webusb";
833 834
834 #if defined(OS_CHROMEOS) 835 #if defined(OS_CHROMEOS)
835 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/"; 836 const char kEolNotificationURL[] = "https://www.google.com/chromebook/older/";
836 #endif 837 #endif
837 838
838 } // namespace chrome 839 } // 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