summaryrefslogtreecommitdiffstats
path: root/extensions/browser/runtime_data_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove CreateEmptyExtension from extension_function_test_utilslimasdf2014-09-181-12/+4
| | | | | | | | | | because "extensions/common/test_util.h" has duplicate function. BUG=394840 Review URL: https://codereview.chromium.org/569493003 Cr-Commit-Position: refs/heads/master@{#295541}
* Remove implicit conversions from scoped_refptr to T* in extensions/dcheng2014-08-251-20/+20
| | | | | | | | | | | This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/503873002 Cr-Commit-Position: refs/heads/master@{#291770}
* Remove extension-specific page load time histogram support for webrequestvabr@chromium.org2014-06-131-1/+0
| | | | | | | | | | | | This CL removes the code responsible for providing PLT histogram data for specific extensions using the WebRequest API. Code providing such data not bound to specific extensions is kept. BUG=100411 Review URL: https://codereview.chromium.org/335573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277096 0039d316-1c4b-4281-b951-d872f2087c98
* Pass Reason as a parameter with OnExtensionUnloaded.DHNishi@gmail.com2014-04-181-1/+2
| | | | | | | | BUG=354046 Review URL: https://codereview.chromium.org/222903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264837 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove NOTIFICATION_EXTENSION_UNLOADED usage in MediaScanManager.thestig@chromium.org2014-04-081-2/+2
| | | | | | | | BUG=354046 Review URL: https://codereview.chromium.org/207613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262295 0039d316-1c4b-4281-b951-d872f2087c98
* app_shell: Extract extension runtime data from ExtensionServicejamescook@chromium.org2014-01-221-0/+108
This allows ExtensionHost to use the data when there is no ExtensionService, such as when running app_shell. BUG=332982 TEST=Added unit test, existing extensions browser tests TBR=msw@chromium.org for mechanical change to chrome/browser/ui/views/ Review URL: https://codereview.chromium.org/131743021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246449 0039d316-1c4b-4281-b951-d872f2087c98