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

Unified Diff: chrome/browser/feedback/feedback_data.h

Issue 24436002: Remove screen dimensions from image sent with Feedback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/feedback/feedback_data.h
diff --git a/chrome/browser/feedback/feedback_data.h b/chrome/browser/feedback/feedback_data.h
index 4b1155094c49637302c61ea08251f53874bfa9a8..4f9757f63616ad82817b42c5d6469367fa311bc2 100644
--- a/chrome/browser/feedback/feedback_data.h
+++ b/chrome/browser/feedback/feedback_data.h
@@ -23,9 +23,6 @@ class FeedbackData : public base::RefCountedThreadSafe<FeedbackData> {
public:
typedef std::map<std::string, std::string> SystemLogsMap;
- static const char kScreensizeHeightKey[];
- static const char kScreensizeWidthKey[];
-
// Determine if the given feedback value is small enough to not need to
// be compressed.
static bool BelowCompressionThreshold(const std::string& content);

Powered by Google App Engine
This is Rietveld 408576698