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

Unified Diff: chrome/browser/ui/views/website_settings/chosen_object_view_observer.h

Issue 2272793007: Material Page Info (Views, 1/3): Rename {ChosenObject, PermissionSelector}View classes to {...}Row. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase-induced formatting throughout permission_selector_row. Created 4 years, 3 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/ui/views/website_settings/chosen_object_view_observer.h
diff --git a/chrome/browser/ui/views/website_settings/chosen_object_view_observer.h b/chrome/browser/ui/views/website_settings/chosen_object_view_observer.h
deleted file mode 100644
index d633df931a884c912106254443360bc5a9117fc9..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/views/website_settings/chosen_object_view_observer.h
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_UI_VIEWS_WEBSITE_SETTINGS_CHOSEN_OBJECT_VIEW_OBSERVER_H_
-#define CHROME_BROWSER_UI_VIEWS_WEBSITE_SETTINGS_CHOSEN_OBJECT_VIEW_OBSERVER_H_
-
-#include "chrome/browser/ui/website_settings/website_settings_ui.h"
-
-class ChosenObjectView;
-
-class ChosenObjectViewObserver {
- public:
- // This method is called when permission for the object is revoked.
- virtual void OnChosenObjectDeleted(
- const WebsiteSettingsUI::ChosenObjectInfo& info) = 0;
-
- protected:
- virtual ~ChosenObjectViewObserver() {}
-};
-
-#endif // CHROME_BROWSER_UI_VIEWS_WEBSITE_SETTINGS_CHOSEN_OBJECT_VIEW_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698