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

Unified Diff: chrome/browser/userfeedback/proto/math.proto

Issue 9006003: Refactor and fix feedback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 2011 -> 2012 Created 8 years, 12 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 | « chrome/browser/userfeedback/proto/extension.proto ('k') | chrome/browser/userfeedback/proto/web.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/userfeedback/proto/math.proto
diff --git a/chrome/browser/userfeedback/proto/math.proto b/chrome/browser/userfeedback/proto/math.proto
deleted file mode 100644
index 782c73f5f5a2fbbbb712f32946d8994d8b79ffa3..0000000000000000000000000000000000000000
--- a/chrome/browser/userfeedback/proto/math.proto
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright 2009 Google Inc. All Rights Reserved.
-// Author: micapolos@google.com (Michal Pociecha-Los)
-//
-// Messages containing common math data structures.
-
-syntax = "proto2";
-
-option optimize_for = LITE_RUNTIME;
-
-package userfeedback;
-
-// 2D Dimensions.
-message Dimensions {
- required float width = 1;
- required float height = 2;
-};
-
-// Axis-aligned rectangle in 2D space.
-message Rectangle {
- required float left = 1;
- required float top = 2;
- required float width = 3;
- required float height = 4;
-};
« no previous file with comments | « chrome/browser/userfeedback/proto/extension.proto ('k') | chrome/browser/userfeedback/proto/web.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698