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

Side by Side Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2456893002: Remove careOf field from PaymentAddress. (Closed)
Patch Set: Remove use counter Created 4 years, 1 month 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 /* 1 /*
2 * Copyright (C) 2012 Google, Inc. All rights reserved. 2 * Copyright (C) 2012 Google, Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after
1292 WebAudioGainNode = 1570, 1292 WebAudioGainNode = 1570,
1293 WebAudioIIRFilterNode = 1571, 1293 WebAudioIIRFilterNode = 1571,
1294 WebAudioMediaElementAudioSourceNode = 1572, 1294 WebAudioMediaElementAudioSourceNode = 1572,
1295 WebAudioOscillatorNode = 1573, 1295 WebAudioOscillatorNode = 1573,
1296 WebAudioPannerNode = 1574, 1296 WebAudioPannerNode = 1574,
1297 WebAudioPeriodicWave = 1575, 1297 WebAudioPeriodicWave = 1575,
1298 WebAudioStereoPannerNode = 1576, 1298 WebAudioStereoPannerNode = 1576,
1299 WebAudioWaveShaperNode = 1577, 1299 WebAudioWaveShaperNode = 1577,
1300 CSSZoomReset = 1578, 1300 CSSZoomReset = 1578,
1301 CSSZoomDocument = 1579, 1301 CSSZoomDocument = 1579,
1302 PaymentAddressCareOf = 1580,
1303 XSSAuditorBlockedScript = 1581, 1302 XSSAuditorBlockedScript = 1581,
1304 XSSAuditorBlockedEntirePage = 1582, 1303 XSSAuditorBlockedEntirePage = 1582,
1305 XSSAuditorDisabled = 1583, 1304 XSSAuditorDisabled = 1583,
1306 XSSAuditorEnabledFilter = 1584, 1305 XSSAuditorEnabledFilter = 1584,
1307 XSSAuditorEnabledBlock = 1585, 1306 XSSAuditorEnabledBlock = 1585,
1308 XSSAuditorInvalid = 1586, 1307 XSSAuditorInvalid = 1586,
1309 SVGCursorElement = 1587, 1308 SVGCursorElement = 1587,
1310 SVGCursorElementHasClient = 1588, 1309 SVGCursorElementHasClient = 1588,
1311 TextInputEventOnInput = 1589, 1310 TextInputEventOnInput = 1589,
1312 TextInputEventOnTextArea = 1590, 1311 TextInputEventOnTextArea = 1590,
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1469 // Tracks what features/properties need to be reported to the legacy 1468 // Tracks what features/properties need to be reported to the legacy
1470 // histograms. 1469 // histograms.
1471 BitVector m_featureBits; 1470 BitVector m_featureBits;
1472 BitVector m_CSSBits; 1471 BitVector m_CSSBits;
1473 } m_legacyCounter; 1472 } m_legacyCounter;
1474 }; 1473 };
1475 1474
1476 } // namespace blink 1475 } // namespace blink
1477 1476
1478 #endif // UseCounter_h 1477 #endif // UseCounter_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/modules/payments/PaymentAddress.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698