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

Unified Diff: webkit/tools/test_shell/notification_presenter.h

Issue 10680013: Remove unused fields found by clang's new Wunused-private-fields. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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: webkit/tools/test_shell/notification_presenter.h
diff --git a/webkit/tools/test_shell/notification_presenter.h b/webkit/tools/test_shell/notification_presenter.h
index 9e3fcff2c36e2a526d4b3c92db9126ddf9af04f7..d69f603640cd8298fde37e03f891fb719204c116 100644
--- a/webkit/tools/test_shell/notification_presenter.h
+++ b/webkit/tools/test_shell/notification_presenter.h
@@ -33,9 +33,6 @@ class TestNotificationPresenter : public WebKit::WebNotificationPresenter {
WebKit::WebNotificationPermissionCallback* callback);
private:
- // Non-owned pointer. The NotificationPresenter is owned by the test shell.
- TestShell* shell_;
-
// List of allowed origins.
std::set<std::string> allowed_origins_;
« no previous file with comments | « webkit/quota/quota_temporary_storage_evictor_unittest.cc ('k') | webkit/tools/test_shell/notification_presenter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698