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

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

Issue 11189094: Implement sideload wipeout for Extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 379
380 // The URL for the "Learn more" link when there is a sync error. 380 // The URL for the "Learn more" link when there is a sync error.
381 extern const char kSyncErrorsHelpURL[]; 381 extern const char kSyncErrorsHelpURL[];
382 382
383 // The URL to create a new Google account via sync. 383 // The URL to create a new Google account via sync.
384 extern const char kSyncCreateNewAccountURL[]; 384 extern const char kSyncCreateNewAccountURL[];
385 385
386 // The URL for the "Learn more" link in the Chrome To Mobile bubble. 386 // The URL for the "Learn more" link in the Chrome To Mobile bubble.
387 extern const char kChromeToMobileLearnMoreURL[]; 387 extern const char kChromeToMobileLearnMoreURL[];
388 388
389 // The URL for the help article explaining sideload wipeout in more details.
390 extern const char kSideloadWipeoutHelpURL[];
391
389 #if defined(OS_CHROMEOS) 392 #if defined(OS_CHROMEOS)
390 // The URL for the "Learn more" link for natural scrolling on ChromeOS. 393 // The URL for the "Learn more" link for natural scrolling on ChromeOS.
391 extern const char kNaturalScrollHelpURL[]; 394 extern const char kNaturalScrollHelpURL[];
392 #endif 395 #endif
393 396
394 // "Debug" pages which are dangerous and not for general consumption. 397 // "Debug" pages which are dangerous and not for general consumption.
395 extern const char* const kChromeDebugURLs[]; 398 extern const char* const kChromeDebugURLs[];
396 extern const int kNumberOfChromeDebugURLs; 399 extern const int kNumberOfChromeDebugURLs;
397 400
398 // Canonical schemes you can use as input to GURL.SchemeIs(). 401 // Canonical schemes you can use as input to GURL.SchemeIs().
399 extern const char kExtensionScheme[]; 402 extern const char kExtensionScheme[];
400 403
401 // Canonical schemes you can use as input to GURL.SchemeIs(). 404 // Canonical schemes you can use as input to GURL.SchemeIs().
402 extern const char kExtensionResourceScheme[]; 405 extern const char kExtensionResourceScheme[];
403 406
404 #if defined(OS_CHROMEOS) 407 #if defined(OS_CHROMEOS)
405 extern const char kDriveScheme[]; 408 extern const char kDriveScheme[];
406 #endif 409 #endif
407 410
408 #if defined(OS_CHROMEOS) 411 #if defined(OS_CHROMEOS)
409 // "Learn more" URL for the Cloud Print section under Options. 412 // "Learn more" URL for the Cloud Print section under Options.
410 extern const char kCloudPrintLearnMoreURL[]; 413 extern const char kCloudPrintLearnMoreURL[];
411 #endif 414 #endif
412 415
413 } // namespace chrome 416 } // namespace chrome
414 417
415 #endif // CHROME_COMMON_URL_CONSTANTS_H_ 418 #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