diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 02:06:55 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 02:06:55 +0000 |
commit | b0c54878d30128f0aad207bf80a24426d619a6ed (patch) | |
tree | 642f25894b352c7f7f58a1ed3a876d09b8174cf6 /chrome/browser/custom_home_pages_table_model.h | |
parent | 2309775146992010901f711af529a2523706a208 (diff) | |
download | chromium_src-b0c54878d30128f0aad207bf80a24426d619a6ed.zip chromium_src-b0c54878d30128f0aad207bf80a24426d619a6ed.tar.gz chromium_src-b0c54878d30128f0aad207bf80a24426d619a6ed.tar.bz2 |
Gtk: update options "Open on startup" to match new behavior.
Also, change "use current" to allow new tab page.
BUG=43802
TEST=manual
Review URL: http://codereview.chromium.org/2012016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47108 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/custom_home_pages_table_model.h')
-rw-r--r-- | chrome/browser/custom_home_pages_table_model.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/custom_home_pages_table_model.h b/chrome/browser/custom_home_pages_table_model.h index dd2e1aa..b67c4b8 100644 --- a/chrome/browser/custom_home_pages_table_model.h +++ b/chrome/browser/custom_home_pages_table_model.h @@ -34,6 +34,10 @@ class CustomHomePagesTableModel : public TableModel { // Removes the entry at the specified index. void Remove(int index); + // Clears any entries and fills the list with pages currently opened in the + // browser. + void SetToCurrentlyOpenPages(); + // Returns the set of urls this model contains. std::vector<GURL> GetURLs(); |