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

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

Issue 25112004: Move statistics_provider to chromeos/system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments Created 7 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
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/sys_info.h" 7 #include "base/sys_info.h"
8 #include "chrome/browser/chromeos/file_manager/open_with_browser.h" 8 #include "chrome/browser/chromeos/file_manager/open_with_browser.h"
9 #include "chrome/common/extensions/extension_l10n_util.h" 9 #include "chrome/common/extensions/extension_l10n_util.h"
10 #include "chromeos/system/statistics_provider.h"
10 #include "grit/app_locale_settings.h" 11 #include "grit/app_locale_settings.h"
11 #include "grit/generated_resources.h" 12 #include "grit/generated_resources.h"
12 #include "ui/base/l10n/l10n_util.h" 13 #include "ui/base/l10n/l10n_util.h"
13 #include "ui/webui/web_ui_util.h" 14 #include "ui/webui/web_ui_util.h"
14 15
15 namespace extensions { 16 namespace extensions {
16 17
17 FileBrowserPrivateGetStringsFunction::FileBrowserPrivateGetStringsFunction() { 18 FileBrowserPrivateGetStringsFunction::FileBrowserPrivateGetStringsFunction() {
18 } 19 }
19 20
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 520
520 dict->SetString("CHROMEOS_RELEASE_BOARD", 521 dict->SetString("CHROMEOS_RELEASE_BOARD",
521 base::SysInfo::GetLsbReleaseBoard()); 522 base::SysInfo::GetLsbReleaseBoard());
522 523
523 dict->SetString("UI_LOCALE", extension_l10n_util::CurrentLocaleOrDefault()); 524 dict->SetString("UI_LOCALE", extension_l10n_util::CurrentLocaleOrDefault());
524 525
525 return true; 526 return true;
526 } 527 }
527 528
528 } // namespace extensions 529 } // namespace extensions
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/extensions/echo_private_api.cc ('k') | chrome/browser/chromeos/extensions/info_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698