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

Unified Diff: components/open_from_clipboard/clipboard_recent_content.h

Issue 2842793003: Clipboard Recent Content - Code Health - Move kAuthorizedScheme into Subclass (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | components/open_from_clipboard/clipboard_recent_content.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/open_from_clipboard/clipboard_recent_content.h
diff --git a/components/open_from_clipboard/clipboard_recent_content.h b/components/open_from_clipboard/clipboard_recent_content.h
index 78a1b49c4bff4965019abee2ab5733234f42aa75..6d118906f0bc8b0a6be2c1c435a33a570a6b99ce 100644
--- a/components/open_from_clipboard/clipboard_recent_content.h
+++ b/components/open_from_clipboard/clipboard_recent_content.h
@@ -45,9 +45,6 @@ class ClipboardRecentContent {
// older than this.
static base::TimeDelta MaximumAgeOfClipboard();
- // Returns true if the URL is appropriate to be suggested.
- static bool IsAppropriateSuggestion(const GURL& url);
-
private:
DISALLOW_COPY_AND_ASSIGN(ClipboardRecentContent);
};
« no previous file with comments | « no previous file | components/open_from_clipboard/clipboard_recent_content.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698