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

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

Issue 17286015: Adds a first-run balloon to the Windows notification center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dimich comments. Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/common/url_constants.cc » ('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 // Contains constants for known URLs and portions thereof. 5 // Contains constants for known URLs and portions thereof.
6 6
7 #ifndef CHROME_COMMON_URL_CONSTANTS_H_ 7 #ifndef CHROME_COMMON_URL_CONSTANTS_H_
8 #define CHROME_COMMON_URL_CONSTANTS_H_ 8 #define CHROME_COMMON_URL_CONSTANTS_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 extern const char kSideloadWipeoutHelpURL[]; 396 extern const char kSideloadWipeoutHelpURL[];
397 397
398 #if defined(OS_CHROMEOS) 398 #if defined(OS_CHROMEOS)
399 // The URL for the "Learn more" link for natural scrolling on ChromeOS. 399 // The URL for the "Learn more" link for natural scrolling on ChromeOS.
400 extern const char kNaturalScrollHelpURL[]; 400 extern const char kNaturalScrollHelpURL[];
401 401
402 // The URL for the Learn More page about enterprise enrolled devices. 402 // The URL for the Learn More page about enterprise enrolled devices.
403 extern const char kLearnMoreEnterpriseURL[]; 403 extern const char kLearnMoreEnterpriseURL[];
404 #endif 404 #endif
405 405
406 extern const char kNotificationsHelpURL[];
407
406 // "Debug" pages which are dangerous and not for general consumption. 408 // "Debug" pages which are dangerous and not for general consumption.
407 extern const char* const kChromeDebugURLs[]; 409 extern const char* const kChromeDebugURLs[];
408 extern const int kNumberOfChromeDebugURLs; 410 extern const int kNumberOfChromeDebugURLs;
409 411
410 // Canonical schemes you can use as input to GURL.SchemeIs(). 412 // Canonical schemes you can use as input to GURL.SchemeIs().
411 extern const char kExtensionResourceScheme[]; 413 extern const char kExtensionResourceScheme[];
412 414
413 // The chrome-search: scheme is served by the same backend as chrome:. However, 415 // The chrome-search: scheme is served by the same backend as chrome:. However,
414 // only specific URLDataSources are enabled to serve requests via the 416 // only specific URLDataSources are enabled to serve requests via the
415 // chrome-search: scheme. See |InstantIOContext::ShouldServiceRequest| and its 417 // chrome-search: scheme. See |InstantIOContext::ShouldServiceRequest| and its
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 // Parameters that get appended to force SafeSearch. 454 // Parameters that get appended to force SafeSearch.
453 extern const char kSafeSearchSafeParameter[]; 455 extern const char kSafeSearchSafeParameter[];
454 extern const char kSafeSearchSsuiParameter[]; 456 extern const char kSafeSearchSsuiParameter[];
455 457
456 // The URL for the "Learn more" link in the media access infobar. 458 // The URL for the "Learn more" link in the media access infobar.
457 extern const char kMediaAccessLearnMoreUrl[]; 459 extern const char kMediaAccessLearnMoreUrl[];
458 460
459 } // namespace chrome 461 } // namespace chrome
460 462
461 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 463 #endif // CHROME_COMMON_URL_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698