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

Unified Diff: content/public/browser/presentation_session.h

Issue 1221073004: Enable clang warning for ignored attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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: content/public/browser/presentation_session.h
diff --git a/content/public/browser/presentation_session.h b/content/public/browser/presentation_session.h
index 028d49ac8f47b7788c95ac1f1c8a241e81e1d98f..a2e44573f8eaea66639057c51794d2cebac2cf01 100644
--- a/content/public/browser/presentation_session.h
+++ b/content/public/browser/presentation_session.h
@@ -23,7 +23,7 @@ struct CONTENT_EXPORT PresentationSessionInfo {
};
// Possible reasons why an attempt to create a presentation session failed.
-enum CONTENT_EXPORT PresentationErrorType {
+enum PresentationErrorType {
PRESENTATION_ERROR_NO_AVAILABLE_SCREENS,
PRESENTATION_ERROR_SESSION_REQUEST_CANCELLED,
PRESENTATION_ERROR_NO_PRESENTATION_FOUND,
« no previous file with comments | « components/policy/core/common/policy_namespace.h ('k') | content/public/browser/presentation_session_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698