Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index e13c0b367d98a73ffd0ee89692461cbc98e87440..7efe441301b6f4514258b0fe2579249cffd22a52 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -487,8 +487,7 @@ class Profile { |
#if defined(OS_CHROMEOS) |
// Changes application locale. |
// "Keep local" means that changes should not be propagated to other devices. |
Nikita (slow)
2011/01/25 14:35:31
nit: update comment
Denis Lagno
2011/01/25 15:46:43
Done.
|
- virtual void ChangeApplicationLocale( |
- const std::string& locale, bool keep_local) = 0; |
+ virtual void ChangeApplicationLocale(const std::string& locale) = 0; |
// Returns ChromeOS's ProxyConfigServiceImpl, creating if not yet created. |
virtual chromeos::ProxyConfigServiceImpl* |