summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-0767-156/+172
| | | | | | | | | | | BUG=322664 R=brettw@chromium.org TBR=darin@chromium.org Review URL: https://codereview.chromium.org/101143006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243235 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed cached ephemeral apps preventing install of the app via webstore ↵tmdiep@chromium.org2014-01-074-10/+21
| | | | | | | | | | | | | | | private api Fixed the following bug: If an ephemeral app is cached, attempting to install via the app's webstore detail page will fail. An error dialog will be displayed, stating that the install is already in progress. BUG=312460 Review URL: https://codereview.chromium.org/93943006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243234 0039d316-1c4b-4281-b951-d872f2087c98
* Automated Commit: Committing new LKGM version 5202.0.0 for chromeos.chromeos-lkgm@google.com2014-01-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243233 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Include info about disabled tests and platforms in JSON test summary.phajdan.jr@chromium.org2014-01-073-4/+121
| | | | | | | | | | | | | | | | This will make it possible to analyze which tests are disabled on specific platforms, and whether the failures are really platform-specific. Including list of all tests in the summary makes it possible to e.g. detect when a test first appeared (or disappeared), which platforms a test is compiled on, or whether some tests have been filtered out. BUG=236893 R=sky@chromium.org Review URL: https://codereview.chromium.org/93603008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243232 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: only print the message about skipping retries when it actually applies.phajdan.jr@chromium.org2014-01-071-40/+41
| | | | | | | | | | | | | Before the launcher would print it also when the limit of retries has been reached, which is different from doing less than requested number of retries because so many tests are failing. BUG=236893 R=sky@chromium.org Review URL: https://codereview.chromium.org/102073012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243231 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1772.0 to 1773.0chrome-release@google.com2014-01-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243225 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 242262 "Revert of https://codereview.chromium.org/119913003/"aurimas@google.com2014-01-074-19/+19
| | | | | | | | | | | | | | | | | | | | reland r242237 that got reverted in r242262. > Revert of https://codereview.chromium.org/119913003/ > Reason for revert: Broke ComponentUpdaterTest on Android. Need to update expectations. > > TBR=cpu@chromium.org,thakis@chromium.org > NOTREECHECKS=true > NOTRY=true > BUG=116838 > > Review URL: https://codereview.chromium.org/120433002 TBR=aurimas@chromium.org Review URL: https://codereview.chromium.org/112673008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243217 0039d316-1c4b-4281-b951-d872f2087c98
* Revert of https://codereview.chromium.org/115973007/haven@chromium.org2014-01-0718-379/+45
| | | | | | | | | | | | | Reason for revert: Triggered Valgrind errors again. TBR=asargent@chromium.org,tbarzic@chromium.org,stephenlin@chromium.org,nickam@chromium.org NOTREECHECKS=true NOTRY=true BUG=328246 Review URL: https://codereview.chromium.org/125273006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243215 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Disconnect DesktopMediaPicker window from the parent before closingsergeyu@chromium.org2014-01-071-0/+4
| | | | | | | | | | | The window wasn't removing itself from the parent's children list, which causes linked bug with some versions of Cocoa. BUG=331058 Review URL: https://codereview.chromium.org/125133006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243212 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 1750laforge@chromium.org2014-01-07453-14406/+14345
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243211 0039d316-1c4b-4281-b951-d872f2087c98
* Use decoder's timestamp instead of the timestamp from AU during prerollingqinmin@chromium.org2014-01-072-100/+43
| | | | | | | | | | | | | | When prerolling happens, MediaDecoderJob currently rolls to the timestamp from the access unit. However, for video, the access unit's timestamp may not match that from the decoder due to reordering. Even worse, the unit's timestamp may be greatly ahead of the presentation timestamp from the decoder since the decoder is still decoding previous access units. Some of the unit tests actually show this problem. Fixed all the problematic unit tests along with this CL. BUG=310823 Review URL: https://codereview.chromium.org/113963005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243210 0039d316-1c4b-4281-b951-d872f2087c98
* Delete char32 from base/basictypes.h.viettrungluu@chromium.org2014-01-062-11/+6
| | | | | | | | | | | | (Convert its one use to use int32_t instead.) R=brettw@chromium.org TBR=rsleevi@chromium.org BUG=138542 Review URL: https://codereview.chromium.org/125103006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243209 0039d316-1c4b-4281-b951-d872f2087c98
* Move DidFailProvisionalLoad handling from RenderView(Host) to RenderFrame(Host).nasko@chromium.org2014-01-0619-241/+245
| | | | | | | | BUG=304341 Review URL: https://codereview.chromium.org/118553006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243208 0039d316-1c4b-4281-b951-d872f2087c98
* WalletClient: don't bother queuing requests; we don't make multiple requests ↵estade@chromium.org2014-01-064-81/+26
| | | | | | | | | | concurrently anyway BUG=327911 Review URL: https://codereview.chromium.org/123733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243207 0039d316-1c4b-4281-b951-d872f2087c98
* Do not update url of Chrome signin page for the inital loadguohui@chromium.org2014-01-062-11/+12
| | | | | | | | BUG=331177, 330993, 331285 Review URL: https://codereview.chromium.org/118033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243206 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper: Remove unused interface versions.teravest@chromium.org2014-01-0621-477/+31
| | | | | | | | | | Versions 0.2 of PPB_AudioInput_Dev and PPB_VideoCapture_Dev are no longer used. BUG= Review URL: https://codereview.chromium.org/115343006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243205 0039d316-1c4b-4281-b951-d872f2087c98
* Update InfoBarUtil to use TouchCommon over TestTouchUtils.kkimlabs@chromium.org2014-01-061-2/+2
| | | | | | | | | | | | | TouchCommon utils are preferable for test use because they work even if there is a crash dialog on the screen from a previous test. This makes the tests run more robustly. BUG=320084 NOTRY=true Review URL: https://codereview.chromium.org/105173003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243203 0039d316-1c4b-4281-b951-d872f2087c98
* TSAN: Disable failing EmbeddedTestServerThreadingTestInstantiation tests.thestig@chromium.org2014-01-062-16/+3
| | | | | | | | | | | | Valgrind: Remove obsolete suppressions. BUG=147755,310348 NOTRY=true TBR=timurrrr@chromium.org Review URL: https://codereview.chromium.org/122313006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243202 0039d316-1c4b-4281-b951-d872f2087c98
* Metrics fix for data reduction proxy.marq@chromium.org2014-01-064-53/+143
| | | | | | | | | | | | | | | | Refactors histogram increments into virtual methods for mocking. Adds unit tests that expect the correct metrics calls. Fixes timing of RecordDataReductionInit() so that it happens when the proxy is unavailable. BUG=328579 Review URL: https://codereview.chromium.org/111113006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243201 0039d316-1c4b-4281-b951-d872f2087c98
* Report known bisect results at the end of each step. This will allow jobs ↵simonhatch@chromium.org2014-01-061-5/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that fail unexpectedly to be easily resubmitted with a reduced range by perf sheriffs. Example output: @@@SEED_STEP Working on [519ed0d5835fc914eb6d320eb7f4e0dbd3c60c8d]@@@ @@@STEP_CURSOR Working on [519ed0d5835fc914eb6d320eb7f4e0dbd3c60c8d]@@@ @@@STEP_STARTED@@@ Working on revision: [519ed0d5835fc914eb6d320eb7f4e0dbd3c60c8d] Partial results: Depot Commit SHA Mean Std. Error State chromium 400664c4101576b48e30da67d57ecffc4d83fcb0 0.00 +-0.00 Bad chromium fc062604f35d88e607e36ae5f91d19d7cb2251a2 0.00 +-0.00 Bad chromium 1ce4152989e2d33fa10278b4f20267afa70d6be3 0.00 +-0.00 Bad chromium 519ed0d5835fc914eb6d320eb7f4e0dbd3c60c8d 0.00 +-0.00 Bad chromium 481936425a29b2ef6796a1185a8f9008c282b346 0.00 +-0.00 Good @@@STEP_CLOSED@@@ BUG=331802 NOTRY=true Review URL: https://codereview.chromium.org/122613004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243200 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Resolve trybot flakiness: DCHECK fail when deleting GL shader programs.miu@chromium.org2014-01-061-2/+0
| | | | | | | | | | | The code has other protections to ensure all programs will be eventually deleted, and only once for each time they're created. BUG=326328 R=hclam@chromium.org Review URL: https://codereview.chromium.org/123613005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243196 0039d316-1c4b-4281-b951-d872f2087c98
* Removed -webkit- prefix for CSS properties that work without prefix.sergeyu@chromium.org2014-01-061-14/+14
| | | | | | Review URL: https://codereview.chromium.org/107703005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243195 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable overlay scrollbarsdavemoore@chromium.org2014-01-061-0/+8
| | | | | | | | | | BUG=326635 TEST=Existing R=jdduke Review URL: https://codereview.chromium.org/124283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243194 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Account management view for the new avatar bubble.noms@chromium.org2014-01-063-106/+519
| | | | | | | | | | | | | | | | | | | This also adds the inline sign-in views to the bubble. Screenshot: https://drive.google.com/file/d/0B1B1Up4p2NRMbGRkQ3FpWFZweVU/edit?usp=sharing BUG=324036 TEST=Start Chrome with --new-profile-management and --enable-inline-sign-in flags. For a local profile, click on the avatar button and press the "Sign in to Chromium" link from the avatar bubble. This should display an inline sign-in view inside the bubble. For a signed in profile, press the "Manage accounts" link. This should show you the email accounts linked to this profile. Clicking the big "add account" button should show you the inline sign-in view embedded in the bubble. Once an email has been added, the account management view should refresh and display this new email account. Review URL: https://codereview.chromium.org/114143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243193 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress an occasional leak inside ↵thestig@chromium.org2014-01-061-12/+9
| | | | | | | | | | | | net::URLFetcherCore::StartURLRequestWhenAppropriate. Remove a similar, but obsolete suppression. BUG=80663,331925 NOTRY=true TBR=groby@chromium.org Review URL: https://codereview.chromium.org/119903005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243192 0039d316-1c4b-4281-b951-d872f2087c98
* Resubmit of imageWriterPrivate.destroyPartitions.haven@chromium.org2014-01-0618-45/+379
| | | | | | | | | | Previous CL: https://codereview.chromium.org/109793006/ BUG=328246 Review URL: https://codereview.chromium.org/115973007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243191 0039d316-1c4b-4281-b951-d872f2087c98
* Remove content/public/renderer/android/OWNERSboliu@chromium.org2014-01-061-3/+0
| | | | | | | | | | | | The android directory has otherwise been empty since r203351. TBR=jamesr,mkosiba NOTRY=true BUG= Review URL: https://codereview.chromium.org/110893008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243190 0039d316-1c4b-4281-b951-d872f2087c98
* Ask libaddressinput for address components to use in requestAutocomplete().dbeam@chromium.org2014-01-0618-85/+424
| | | | | | | | | | | | | | | | | | This change will cause slightly different translations and address layout to show when the --enable-autofill-address-i18n flag is passed. Next up: - pull translations from chrome rather than libaddressinput - show country combobox and rebuild inputs on switch Based on https://codereview.chromium.org/25620002 by Rouslan Solomakhin <rouslan@chromium.org>. BUG=317837 TBR=aruslan Review URL: https://codereview.chromium.org/63053003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243189 0039d316-1c4b-4281-b951-d872f2087c98
* InstantExtended: record Instant NTP load times.samarth@chromium.org2014-01-061-1/+19
| | | | | | | | | | | | This uses the same histogram name as the existing NTP (Tab.NewTabOnload) which should make it easy to see how it compares to the old load times. BUG=325228 TESTED=manually, looking at about://histograms Review URL: https://codereview.chromium.org/112453004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243188 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor content/ to use ui::AXNodeData instead of blink.dmazzoni@google.com2014-01-0656-2636/+2690
| | | | | | | | | | | | This is a huge change, but it's all refactoring / renaming. There should be no new logic. BUG=316726 R=dtseng@chromium.org, jam@chromium.org, tsepez@chromium.org Review URL: https://codereview.chromium.org/116293005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243187 0039d316-1c4b-4281-b951-d872f2087c98
* [Telemetry]: Assert that page measurement results don't contain a '.' in ↵rmcilroy@chromium.org2014-01-063-2/+12
| | | | | | | | | | | | | their name. Telemetry uses a '.' to delimit chart_name and trace_names in Value types, so trace names cannot include a '.' in them. BUG=329845 Review URL: https://codereview.chromium.org/116043006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243186 0039d316-1c4b-4281-b951-d872f2087c98
* Added a test for destroying an isolate while a timer is outstanding.aa@chromium.org2014-01-062-47/+86
| | | | | | | | | | | Cleaned up a few of the existing tests. BUG= R=abarth@chromium.org Review URL: https://codereview.chromium.org/100143006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243185 0039d316-1c4b-4281-b951-d872f2087c98
* Remove calls of PrerenderTracker::TryCancel and TryCancelOnIOThread in ↵jam@chromium.org2014-01-0618-163/+67
| | | | | | | | | | | | | ChromeResourceDispatcherHostDelegate. These short-circuited cancelling the prerendering on the IO thread. Instead, I moved cancelling the prerender on the UI thread since both of these calls end up going to the UI thread right after. This also removes the last calls of ResourceRequestInfo::GetAssociatedRenderView, which I will remove in a followup. BUG=304341 R=davidben@chromium.org Review URL: https://codereview.chromium.org/124113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243184 0039d316-1c4b-4281-b951-d872f2087c98
* Gin: Fix console module to be varargs again.aa@chromium.org2014-01-066-8/+22
| | | | | | | | R=abarth@chromium.org Review URL: https://codereview.chromium.org/108723006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243183 0039d316-1c4b-4281-b951-d872f2087c98
* Revert of https://codereview.chromium.org/110013007/l.gombos@samsung.com2014-01-061-4/+2
| | | | | | | | | | | | Reason for revert: This CL is causing crbug.com/331773. We intentionally leave the codepath for android in https://chromiumcodereview.appspot.com/11742017. TBR=jam@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/105273013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243181 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enables docked windows by default in M34 (reverts issue 109663002)varkha@chromium.org2014-01-069-39/+32
| | | | | | | | | | | | | BUG=None TEST=Visual 1. in chrome://flags verify that ash-disable-docked-windows is present. 2. in chrome://flags verify that ash-enable-docked-windows is absent. 3. When running chrome without ash-enable-docked-windows it should be possible to dock a window at a screen edge. TEST=ash_unittests --gtest_filter=*Dock* Review URL: https://codereview.chromium.org/123743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243178 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Add an EasyResizeWindowTargeter.sadrul@chromium.org2014-01-0610-15/+339
| | | | | | | | | | | | | | | | | | Add EasyResizeWindowTargeter to allow easily resizing windows with mouse/touch with the new event-dispatch code. This will eventually allow getting rid of Window::SetHitTestBoundsOverrideOuter() once the new event-dispatch code is used for all event types. This patch installs an EasyResizeWindowTargeter for the shelf and status-area widgets. Subsequent CLs will install such targeters for the toplevel windows too. Collateral change includes adding some dependencies on wm_public (in DEPS and gyp). BUG=318879 R=ben@chromium.org Review URL: https://codereview.chromium.org/118553004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243177 0039d316-1c4b-4281-b951-d872f2087c98
* Mojo: DataPipe: Implement "may discard" mode for simple writes.viettrungluu@chromium.org2014-01-063-9/+131
| | | | | | | | | | (Still need to implement for two-phase writes.) R=darin@chromium.org Review URL: https://codereview.chromium.org/98013005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243176 0039d316-1c4b-4281-b951-d872f2087c98
* replace deprecated SkScalarRound/Floor/Ceil calls with more explicit variantsreed@google.com2014-01-0612-38/+39
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/122443005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243175 0039d316-1c4b-4281-b951-d872f2087c98
* Add Download.ShowDangerousDownloadConfirmationPrompt for Windows/CrOSfelt@chromium.org2014-01-061-0/+3
| | | | | | | | | | | | | | | The Download.ShowDangerousDownloadConfirmationPrompt UMA stat tells us how often people go through the last step of recovering a malicious binary from chrome://downloads. This UMA stat was added for GTK, but was missing for Win/CrOS. This CL adds it to the Views (Win/CrOS) version of the dialog. BUG=331603 Review URL: https://codereview.chromium.org/114003005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243172 0039d316-1c4b-4281-b951-d872f2087c98
* Stop copying chrome.pak to the product directory.thakis@chromium.org2014-01-062-6/+2
| | | | | | | | | | | | | Installers should no longer pick it up already. Also add a note to chrome_repack_chrome.gypi mentioning that it's on the way out. BUG=52609 NOTRY=true Review URL: https://codereview.chromium.org/102283006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243171 0039d316-1c4b-4281-b951-d872f2087c98
* SimpleCache: have tests run on all three streamsclamy@chromium.org2014-01-061-200/+285
| | | | | | | | | | | | Many unit tests only run on the first stream. With the upcoming changes to SimpleCache, each stream will have a different implementation. This CL ensures test are ran on all streams. BUG=173398 Review URL: https://codereview.chromium.org/23702024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243170 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude dev tools bounds from views dialog hosting bounds.msw@chromium.org2014-01-065-41/+37
| | | | | | | | | | | | | | | | | | Add BrowserViewLayoutDelegate::GetContentsWebView helper. (avoids direct BrowserView usage by BrowserViewLayout) Consider the latest dialog position *AND* size on updates. (previously, the maximum dialog size was incorrectly ignored) Only use the contents WebView bounds, not its container. (the container also includes the dev tools view bounds) Minor BrowserViewLayout cleanup and refactoring. BUG=328798 TEST=Collected Cookies and Print Preview dialogs resize as the web tools height is manually adjusted. R=ben@chromium.org Review URL: https://codereview.chromium.org/99153012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243168 0039d316-1c4b-4281-b951-d872f2087c98
* Resubmit of whitelist updates for Chrome OS Recovery Tool apps.haven@chromium.org2014-01-062-4/+7
| | | | | | | | | | Previous CL: https://codereview.chromium.org/99463006/ BUG=329088 Review URL: https://codereview.chromium.org/121083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243166 0039d316-1c4b-4281-b951-d872f2087c98
* Make VideoDecoder use (kAborted, NULL) to signify an aborted decode, instead ↵rileya@chromium.org2014-01-068-15/+15
| | | | | | | | | | | | of (kOk, NULL). This makes it match its sibling, AudioDecoder. BUG=329379 Review URL: https://codereview.chromium.org/123213006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243163 0039d316-1c4b-4281-b951-d872f2087c98
* Return error on JSON request failureswangxianzhu@chromium.org2014-01-061-7/+17
| | | | | | | | | | | | | | Previously on a TracingController error, OnBeginRequest returns false, and then WebUIDataSource will return the default resource (tracing.html). This will cause a successful XHR request and a JSON parse failure in tracing frontend code. Return "##ERROR##" to express the error so that the frontend can handle the error. BUG=331286 Review URL: https://codereview.chromium.org/117323008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243162 0039d316-1c4b-4281-b951-d872f2087c98
* Update owners of chrome/browser/chromeos/accessibility.dmazzoni@chromium.org2014-01-061-2/+2
| | | | | | | | | | | | dtseng and plundblad are now primary owners, zork and hashimoto are no longer working on accessibility. BUG=none R=zork@chromium.org Review URL: https://codereview.chromium.org/102963008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243161 0039d316-1c4b-4281-b951-d872f2087c98
* Make TabBase non abstractdtrainor@chromium.org2014-01-069-261/+100
| | | | | | | | | | TabBase will build it's own native component if nobody overrides initializeNative(). BUG=277135 Review URL: https://codereview.chromium.org/108803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243160 0039d316-1c4b-4281-b951-d872f2087c98
* App APIs in Pepper: C++ APIsyzshen@chromium.org2014-01-0612-0/+1219
| | | | | | | | | | | This CL contains supporting code for C++ APIs and the C++ equivalent of chrome.alarms. BUG=327197 TEST=None Review URL: https://codereview.chromium.org/116963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243158 0039d316-1c4b-4281-b951-d872f2087c98
* net: don't include subdomains for play.google.com HSTS.agl@chromium.org2014-01-062-2/+3
| | | | | | | | | BUG=327834 R=palmer@chromium.org Review URL: https://codereview.chromium.org/125313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243153 0039d316-1c4b-4281-b951-d872f2087c98