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

Unified Diff: chrome/browser/dom_ui/options/browser_options_handler.h

Issue 6332006: DOMUI Prefs: Improve saving of homepage pref. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « no previous file | chrome/browser/dom_ui/options/browser_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/options/browser_options_handler.h
diff --git a/chrome/browser/dom_ui/options/browser_options_handler.h b/chrome/browser/dom_ui/options/browser_options_handler.h
index a564f4c56f882b981026938a917db2c618c972f4..5d6a8c894edb59842ecd9cc9500e161c582d3a36 100644
--- a/chrome/browser/dom_ui/options/browser_options_handler.h
+++ b/chrome/browser/dom_ui/options/browser_options_handler.h
@@ -7,12 +7,14 @@
#pragma once
#include "chrome/browser/dom_ui/options/options_ui.h"
+#include "chrome/browser/prefs/pref_member.h"
#include "chrome/browser/search_engines/template_url_model_observer.h"
#include "chrome/browser/shell_integration.h"
#include "ui/base/models/table_model_observer.h"
class CustomHomePagesTableModel;
class OptionsManagedBannerHandler;
+class StringPrefMember;
class TemplateURLModel;
// Chrome browser options page UI handler.
@@ -44,6 +46,9 @@ class BrowserOptionsHandler : public OptionsPageUIHandler,
virtual void OnItemsRemoved(int start, int length);
private:
+ // Sets the home page to the given string. Called from DOMUI.
+ void SetHomePage(const ListValue* args);
+
// Makes this the default browser. Called from DOMUI.
void BecomeDefaultBrowser(const ListValue* args);
@@ -85,6 +90,8 @@ class BrowserOptionsHandler : public OptionsPageUIHandler,
scoped_refptr<ShellIntegration::DefaultBrowserWorker> default_browser_worker_;
+ StringPrefMember homepage_;
+
TemplateURLModel* template_url_model_; // Weak.
// TODO(stuartmorgan): Once there are no other clients of
« no previous file with comments | « no previous file | chrome/browser/dom_ui/options/browser_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698