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

Unified Diff: chrome/browser/cocoa/geolocation_exceptions_window_controller_unittest.mm

Issue 2838037: Introduce RemoveRowTableModel interface, let GeolocationExceptionsTableModel derive from it. (Closed)
Patch Set: '' Created 10 years, 6 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/cocoa/geolocation_exceptions_window_controller_unittest.mm
diff --git a/chrome/browser/cocoa/geolocation_exceptions_window_controller_unittest.mm b/chrome/browser/cocoa/geolocation_exceptions_window_controller_unittest.mm
index 54df8f4be3b403870feae87bbe5f6e6e3e0b0d70..ae2036db7e97d7360700ea19a03a8ab994d43bc9 100644
--- a/chrome/browser/cocoa/geolocation_exceptions_window_controller_unittest.mm
+++ b/chrome/browser/cocoa/geolocation_exceptions_window_controller_unittest.mm
@@ -31,7 +31,7 @@ class GeolocationExceptionsWindowControllerTest : public CocoaTest {
}
void ClickRemoveAll(GeolocationExceptionsWindowController* controller) {
- [controller removeAllExceptions:nil];
+ [controller removeAll:nil];
}
protected:

Powered by Google App Engine
This is Rietveld 408576698