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

Unified Diff: chrome/browser/ui/webui/chromeos/ui_account_tweaks.h

Issue 144983002: Fixed chrome://settings/accounts availability for MP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed proxy_settings_ui. Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/chromeos/ui_account_tweaks.h
diff --git a/chrome/browser/ui/webui/chromeos/ui_account_tweaks.h b/chrome/browser/ui/webui/chromeos/ui_account_tweaks.h
index 25a7f730402cd4c4d651e4a419cc85c2757fdba2..271085ac74c28a499bbad457454ceda57c7157e5 100644
--- a/chrome/browser/ui/webui/chromeos/ui_account_tweaks.h
+++ b/chrome/browser/ui/webui/chromeos/ui_account_tweaks.h
@@ -8,6 +8,8 @@
#include "base/values.h"
#include "base/compiler_specific.h"
+class Profile;
+
namespace content {
class WebUIDataSource;
}
@@ -20,7 +22,7 @@ namespace chromeos {
* @param localized_strings non-null dictionary that will be filled.
*/
void AddAccountUITweaksLocalizedValues(
- base::DictionaryValue* localized_strings);
+ base::DictionaryValue* localized_strings, Profile* profile);
/**
* Fills given data source with account status data (whether current user is
@@ -28,7 +30,8 @@ void AddAccountUITweaksLocalizedValues(
* @param source non-null ui data source which localized values dictionary will
* be filled.
*/
-void AddAccountUITweaksLocalizedValues(content::WebUIDataSource* source);
+void AddAccountUITweaksLocalizedValues(content::WebUIDataSource* source,
+ Profile* profile);
} // namespace chromeos
« no previous file with comments | « chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc ('k') | chrome/browser/ui/webui/chromeos/ui_account_tweaks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698