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

Side by Side Diff: chrome/browser/chromeos/extensions/file_manager/private_api_strings.cc

Issue 228073005: Move core extensions l10n code to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unused header is unused Created 6 years, 8 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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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/browser/chromeos/extensions/file_manager/private_api_strings.h" 5 #include "chrome/browser/chromeos/extensions/file_manager/private_api_strings.h"
6 6
7 #include "base/strings/stringprintf.h" 7 #include "base/strings/stringprintf.h"
8 #include "base/sys_info.h" 8 #include "base/sys_info.h"
9 #include "chrome/browser/chromeos/file_manager/open_with_browser.h" 9 #include "chrome/browser/chromeos/file_manager/open_with_browser.h"
10 #include "chrome/common/extensions/extension_l10n_util.h"
11 #include "chromeos/system/statistics_provider.h" 10 #include "chromeos/system/statistics_provider.h"
11 #include "extensions/common/extension_l10n_util.h"
12 #include "grit/app_locale_settings.h" 12 #include "grit/app_locale_settings.h"
13 #include "grit/generated_resources.h" 13 #include "grit/generated_resources.h"
14 #include "ui/base/l10n/l10n_util.h" 14 #include "ui/base/l10n/l10n_util.h"
15 #include "ui/base/webui/web_ui_util.h" 15 #include "ui/base/webui/web_ui_util.h"
16 16
17 namespace { 17 namespace {
18 18
19 // Location of the page to buy more storage for Google Drive. 19 // Location of the page to buy more storage for Google Drive.
20 const char kGoogleDriveBuyStorageUrl[] = 20 const char kGoogleDriveBuyStorageUrl[] =
21 "https://www.google.com/settings/storage"; 21 "https://www.google.com/settings/storage";
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 dict->SetString( 524 dict->SetString(
525 "GOOGLE_DRIVE_ERROR_HELP_URL", 525 "GOOGLE_DRIVE_ERROR_HELP_URL",
526 base::StringPrintf(kHelpURLFormat, kGoogleDriveErrorHelpNumber)); 526 base::StringPrintf(kHelpURLFormat, kGoogleDriveErrorHelpNumber));
527 dict->SetString( 527 dict->SetString(
528 "NO_ACTION_FOR_FILE_URL", 528 "NO_ACTION_FOR_FILE_URL",
529 base::StringPrintf(kHelpURLFormat, kNoActionForFileHelpNumber)); 529 base::StringPrintf(kHelpURLFormat, kNoActionForFileHelpNumber));
530 return true; 530 return true;
531 } 531 }
532 532
533 } // namespace extensions 533 } // namespace extensions
OLDNEW
« no previous file with comments | « chrome/browser/browser_process_impl.cc ('k') | chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698