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

Side by Side Diff: third_party/WebKit/Source/core/fetch/MultipartImageResourceParser.h

Issue 2370673002: Changed EDisplay to an enum class and renamed its members to be keywords (Closed)
Patch Set: Undid accidental renames Created 4 years, 2 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
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 /* ***** BEGIN LICENSE BLOCK ***** 5 /* ***** BEGIN LICENSE EDisplay::Block *****
alancutter (OOO until 2018) 2016/09/27 05:27:32 This file should not change.
sashab 2016/09/29 03:36:19 Haha, the one below it fixed but not this one Tha
6 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 6 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
7 * 7 *
8 * The contents of this file are subject to the Mozilla Public License Version 8 * The contents of this file are subject to the Mozilla Public License Version
9 * 1.1 (the "License"); you may not use this file except in compliance with 9 * 1.1 (the "License"); you may not use this file except in compliance with
10 * the License. You may obtain a copy of the License at 10 * the License. You may obtain a copy of the License at
11 * http://www.mozilla.org/MPL/ 11 * http://www.mozilla.org/MPL/
12 * 12 *
13 * Software distributed under the License is distributed on an "AS IS" basis, 13 * Software distributed under the License is distributed on an "AS IS" basis,
14 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 14 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
15 * for the specific language governing rights and limitations under the 15 * for the specific language governing rights and limitations under the
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 Vector<char> m_data; 84 Vector<char> m_data;
85 bool m_isParsingTop = true; 85 bool m_isParsingTop = true;
86 bool m_isParsingHeaders = false; 86 bool m_isParsingHeaders = false;
87 bool m_sawLastBoundary = false; 87 bool m_sawLastBoundary = false;
88 bool m_isCancelled = false; 88 bool m_isCancelled = false;
89 }; 89 };
90 90
91 } // namespace blink 91 } // namespace blink
92 92
93 #endif // MultipartImageResourceParser_h 93 #endif // MultipartImageResourceParser_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/editing/EditingUtilities.cpp ('k') | third_party/WebKit/Source/core/html/HTMLFormElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698