| Index: chrome/browser/chromeos/chromeos_utils.h
|
| diff --git a/chrome/browser/chromeos/chromeos_utils.h b/chrome/browser/chromeos/chromeos_utils.h
|
| index 80f7ed1f91855fc0e2dc7e5c80f1c4ec82ead3b1..d8d3a87143557867e267e945dcd0f2fa919188da 100644
|
| --- a/chrome/browser/chromeos/chromeos_utils.h
|
| +++ b/chrome/browser/chromeos/chromeos_utils.h
|
| @@ -9,9 +9,13 @@
|
|
|
| namespace chromeos {
|
|
|
| -// Returns the name of the Chrome device type (eg. Chromebook, Chromebox).
|
| +// Returns the name of the Chrome device type (e.g. Chromebook, Chromebox).
|
| base::string16 GetChromeDeviceType();
|
|
|
| +// Returns the string resource ID for the name of the Chrome device type
|
| +// (e.g. IDS_CHROMEBOOK, IDS_CHROMEBOX).
|
| +int GetChromeDeviceTypeResourceId();
|
| +
|
| } // namespace chromeos
|
|
|
| #endif // CHROME_BROWSER_CHROMEOS_CHROMEOS_UTILS_H_
|
|
|