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

Unified Diff: components/open_from_clipboard/clipboard_recent_content_generic.h

Issue 2812773002: Refactor Clipboard Last Modified Time Storage (Closed)
Patch Set: itri-state enum 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_generic.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_generic.h
diff --git a/components/open_from_clipboard/clipboard_recent_content_generic.h b/components/open_from_clipboard/clipboard_recent_content_generic.h
index 60024dc5b9c55639d7337e415d83ccb51a486b54..c0b8704742a4821dd03ba72604bcdbca0a598f40 100644
--- a/components/open_from_clipboard/clipboard_recent_content_generic.h
+++ b/components/open_from_clipboard/clipboard_recent_content_generic.h
@@ -27,11 +27,6 @@ class ClipboardRecentContentGeneric : public ClipboardRecentContent {
void SuppressClipboardContent() override;
private:
- // When told to suppress clipboard content, store the time of the last
- // modified clipboard and suppress suggestions that correspond to that time.
- // Set to base::Time() if not suppressing clipboard content.
- base::Time last_modified_time_to_suppress_;
-
DISALLOW_COPY_AND_ASSIGN(ClipboardRecentContentGeneric);
};
« no previous file with comments | « no previous file | components/open_from_clipboard/clipboard_recent_content_generic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698