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

Side by Side Diff: chrome/browser/feedback/feedback_util.h

Issue 12737006: Allow feedback form to be shown in an App Launcher feedback mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/feedback/feedback_util.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_FEEDBACK_FEEDBACK_UTIL_H_ 5 #ifndef CHROME_BROWSER_FEEDBACK_FEEDBACK_UTIL_H_
6 #define CHROME_BROWSER_FEEDBACK_FEEDBACK_UTIL_H_ 6 #define CHROME_BROWSER_FEEDBACK_FEEDBACK_UTIL_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
(...skipping 15 matching lines...) Expand all
26 #include "chrome/browser/chromeos/system/syslogs_provider.h" 26 #include "chrome/browser/chromeos/system/syslogs_provider.h"
27 #endif 27 #endif
28 28
29 class Profile; 29 class Profile;
30 30
31 namespace content { 31 namespace content {
32 class WebContents; 32 class WebContents;
33 } 33 }
34 34
35 extern const char kSyncDataKey[]; 35 extern const char kSyncDataKey[];
36 extern const char kAppLauncherCategoryTag[];
benwells 2013/03/15 03:22:03 This isn't used yet, but will be used from the app
36 37
37 #if defined(OS_CHROMEOS) 38 #if defined(OS_CHROMEOS)
38 extern const char kHUDLogDataKey[]; 39 extern const char kHUDLogDataKey[];
39 #endif 40 #endif
40 41
41 class FeedbackUtil { 42 class FeedbackUtil {
42 public: 43 public:
43 44
44 #if defined(OS_MACOSX) 45 #if defined(OS_MACOSX)
45 enum BugType { 46 enum BugType {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 int64 previous_delay); 97 int64 previous_delay);
97 98
98 #if defined(OS_CHROMEOS) 99 #if defined(OS_CHROMEOS)
99 static bool ValidFeedbackSize(const std::string& content); 100 static bool ValidFeedbackSize(const std::string& content);
100 #endif 101 #endif
101 102
102 DISALLOW_IMPLICIT_CONSTRUCTORS(FeedbackUtil); 103 DISALLOW_IMPLICIT_CONSTRUCTORS(FeedbackUtil);
103 }; 104 };
104 105
105 #endif // CHROME_BROWSER_FEEDBACK_FEEDBACK_UTIL_H_ 106 #endif // CHROME_BROWSER_FEEDBACK_FEEDBACK_UTIL_H_
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/feedback/feedback_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698