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

Unified Diff: chrome/browser/gtk/options/geolocation_content_exceptions_window.h

Issue 1539021: Geolocation exceptions window, Windows.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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/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);

Powered by Google App Engine
This is Rietveld 408576698