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

Unified Diff: chrome/browser/ui/android/tab_model/tab_model.h

Issue 286353002: Move ClearBrowsingData from the ToolbarModel to the application (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove OpenClearBrowsingData declaration from tab model test. Created 6 years, 7 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/android/tab_model/tab_model.h
diff --git a/chrome/browser/ui/android/tab_model/tab_model.h b/chrome/browser/ui/android/tab_model/tab_model.h
index 40d072613789381688f0ed569b63eb50fdae452b..642778f936bbf2b81818ffe6e37f8a4b61aac3dc 100644
--- a/chrome/browser/ui/android/tab_model/tab_model.h
+++ b/chrome/browser/ui/android/tab_model/tab_model.h
@@ -54,8 +54,6 @@ class TabModel : public content::NotificationObserver {
// Return true if we are currently restoring sessions asynchronously.
virtual bool IsSessionRestoreInProgress() const = 0;
- virtual void OpenClearBrowsingData() const = 0;
-
protected:
explicit TabModel(Profile* profile);
virtual ~TabModel();
« no previous file with comments | « chrome/browser/android/chromium_application.cc ('k') | chrome/browser/ui/android/tab_model/tab_model_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698