| Index: chrome/browser/gtk/options/geolocation_content_exceptions_window.h
|
| ===================================================================
|
| --- chrome/browser/gtk/options/geolocation_content_exceptions_window.h (revision 43621)
|
| +++ chrome/browser/gtk/options/geolocation_content_exceptions_window.h (working copy)
|
| @@ -41,12 +41,8 @@
|
| // Updates which buttons are enabled.
|
| void UpdateButtonState();
|
|
|
| - // Populate |indicies| with the currently selected rows that are removable.
|
| - void GetSelectedRemovableIndicies(std::set<int>* indicies);
|
| + void GetSelectedRows(GeolocationContentSettingsTableModel::Rows* rows);
|
|
|
| - // Return the number of selected rows which can be removed.
|
| - int CountSelectedRemovable();
|
| -
|
| // Callbacks for the buttons.
|
| CHROMEGTK_CALLBACK_0(GeolocationContentExceptionsWindow, void, Remove);
|
| CHROMEGTK_CALLBACK_0(GeolocationContentExceptionsWindow, void, RemoveAll);
|
|
|