| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The DOM Distiller component will contain code for an experimental
prototype for distilling the core part of a web page.
To enable this feature, use the command line flag --enable-distiller.
The webui/ folder depends on content, but given iOS at the time being
supports the usage of WebUI, it is kept a a top level folder in the
component instead of in content/.
This commit is relanding r223528 since it was reverted in r223540.
- Added missing GYP dependency.
TBR=sky@chromium.org
BUG=288015
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223528
Review URL: https://chromiumcodereview.appspot.com/23503042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223759 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This puts resources that used to be in chrome.pak and/or compiled in to
chrome.dll into resources.pak. resources.pak is already loaded at startup
on all platforms so having some resources in a separate pak file isn't
beneficial.
This previously landed as https://codereview.chromium.org/22339020 and
was reverted due to various scripts/etc still referencing chrome.pak. This
patch still builds chrome.pak, but with only the (tiny) net_resources in
it. After this lands I'll go remove references to chrome.pak and then remove
it completely once all references are gone.
BUG=52609
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=218956
R=phajdan.jr@chromium.org, sky@chromium.org, tony@chromium.org
Review URL: https://codereview.chromium.org/23205023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219226 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Compile failures on main builders, not seen on try bots.
> Remove chrome.pak references, build resources into resources.pak
>
> This puts resources that used to be in chrome.pak and/or compiled in to
> chrome.dll into resources.pak. resources.pak is already loaded at startup
> on all platforms so having some resources in a separate pak file isn't
> beneficial.
>
> TBR=tony@chromium.org
>
> BUG=52609
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216822
>
> Review URL: https://codereview.chromium.org/22339020
TBR=jamesr@chromium.org
Review URL: https://codereview.chromium.org/22794013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217362 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This puts resources that used to be in chrome.pak and/or compiled in to
chrome.dll into resources.pak. resources.pak is already loaded at startup
on all platforms so having some resources in a separate pak file isn't
beneficial.
TBR=tony@chromium.org
BUG=52609
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216822
Review URL: https://codereview.chromium.org/22339020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217346 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Broke a variety of Linux, CrOS, and Android bots:
ninja: error: 'gen/repack/chrome.pak', needed by 'chrome.pak', missing and no
known rule to make it
> Remove chrome.pak references, build resources into resources.pak
>
> This puts resources that used to be in chrome.pak and/or compiled in to
> chrome.dll into resources.pak. resources.pak is already loaded at startup
> on all platforms so having some resources in a separate pak file isn't
> beneficial.
>
> R=tony
> TBR=sky
>
> BUG=52609
>
> Review URL: https://chromiumcodereview.appspot.com/22339020
TBR=jamesr@chromium.org
Review URL: https://codereview.chromium.org/22557005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216823 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This puts resources that used to be in chrome.pak and/or compiled in to
chrome.dll into resources.pak. resources.pak is already loaded at startup
on all platforms so having some resources in a separate pak file isn't
beneficial.
R=tony
TBR=sky
BUG=52609
Review URL: https://chromiumcodereview.appspot.com/22339020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216822 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The default Chrome OS wallpaper is specified on the command
line now.
BUG=248764
Review URL: https://chromiumcodereview.appspot.com/18470004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211970 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is part 3 of the sequence started by https://codereview.chromium.org/17472006/.
This updates all chromium-side targets to depend on the final target names, the only
stragglers are dependencies in blink which still depend on the forwarding _temp targets
defined in webkit_resources.gyp.
R=darin
Review URL: https://chromiumcodereview.appspot.com/18209009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210635 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The webkit_resources / webkit_strings targets were defined in webkit_glue.gypi
which gets pulled in to webkit/support/webkit_support.gyp. This makes it hard to
extract other targets that depend on these (such as webkit_common) out of
webkit_support.gyp without creating cycles between gyp files, which is forbidden
due to the xcode generator. This pulls these leaf targets out so we can start
extracting other targets out.
R=darin
Review URL: https://chromiumcodereview.appspot.com/17472006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210080 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently the about_tracing.html and about_tracing.js files are
all committed into the trace-viewer repo. This causes a lot of churn. With
this CL, when combined with the CL on the tracing side, we generate the
needed files during the chromium build.
Pairs with: https://codereview.appspot.com/9126044/
BUG=trace-viewer:152
TBR=dsinclair@chromium.org (for the grit dep)
Review URL: https://chromiumcodereview.appspot.com/14990007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209777 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
components_resources is misleading. Resources are generally images/assets
and/or html/js/css files and we use IDR_* for them.
BUG=250213
R=joi@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/17192004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207130 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This follow the same structure used by ui/keyboard/.
Now the directory hierachy looks like this:
device/bluetooth/bluetooth.gyp
device/bluetooth/bluetooth_strings.gyp
device/bluetooth/bluetooth_strings.grd
device/bluetooth/strings
device/usb/usb.gyp
R=bryeung@chromium.org,miket@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16231013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203652 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=None
Review URL: https://chromiumcodereview.appspot.com/15294009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200875 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=ben@chromium.org (gyp changes)
BUG=140037
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=199800
Review URL: https://chromiumcodereview.appspot.com/15018020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200038 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
SyncFileSystem. Will add the event code and event handlers in JS in next patch.
BUG=226353
TEST=Go to chrome://syncfs-internals and see something.
TBR=arv@chromium.org, thestig@chromium.org, tzik@chromium.org
Review URL: https://codereview.chromium.org/14084008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197845 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
preferences concerned with the translation.
BUG=175967
Review URL: https://chromiumcodereview.appspot.com/13842010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195745 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
By doing this we can remove the dependency on
chrome/chrome_resources.gyp:chrome_strings
BUG=177286
R=zork@chromium.org,tony@chromium.org,youngki@chromium.org,miket@chromium.org
TBR=ben@chromium.org # for trivial changes in chrome/
Review URL: https://codereview.chromium.org/12328028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183953 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This uses tools/licenses.py internally.
BUG=160424
Review URL: https://codereview.chromium.org/12177010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181293 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Suspected errors resulting from grit roll.
BUG=160424
Review URL: https://codereview.chromium.org/12192018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180403 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This uses tools/licenses.py internally.
Also rolls grit DEPS for https://codereview.chromium.org/12090119/
and removes checked-in about_credits.html .
BUG=160424
Review URL: https://codereview.chromium.org/12177010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180394 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
It's currently behind the --enable-memory-internals-ui command-line flag
BUG=168642
R=jhawkins@chromium.org,marja@chromium.org
Review URL: https://codereview.chromium.org/11896108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179319 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=169170
Review URL: https://codereview.chromium.org/11962043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177425 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
content/renderer/devtools.
Review URL: https://codereview.chromium.org/11630004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173903 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
files into content/renderer/devtools."
DevToolsManagerTest.ForwardMessageToClient:
http://build.chromium.org/p/chromium.linux/buildstatus?builder=Linux%20Tests%20x64&number=29428
http://build.chromium.org/p/chromium.linux/buildstatus?builder=Linux%20Aura&number=304
http://build.chromium.org/p/chromium.linux/buildstatus?builder=Linux%20Clang%20%28dbg%29&number=37637
http://build.chromium.org/p/chromium.chromiumos/buildstatus?builder=Linux%20ChromiumOS%20Tests%20%281%29&number=17804
http://build.chromium.org/p/chromium.memory/buildstatus?builder=Linux%20Chromium%20OS%20ASAN%20Tests%20%283%29&number=1107
BUG=None
TEST=Tree becomes greener.
TBR=pfeldman@chromium.org
Review URL: https://codereview.chromium.org/11645015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173893 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
content/renderer/devtools.
Review URL: https://codereview.chromium.org/11630004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173891 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
R=stuartmorgan@chromium.org
BUG=151512
Review URL: https://chromiumcodereview.appspot.com/11453002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171694 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=155069
Saves 170k in libchromeview.so
Review URL: https://chromiumcodereview.appspot.com/11411324
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170962 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added framework to collect authentication and signin related info
from various parts of chrome and display them in a diagnostic page
reachable at about:signin-internals.
BUG=114613
Review URL: https://chromiumcodereview.appspot.com/11377015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168664 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For Google ChromeOS, set them to the licensed fonts.
For Chromium OS, set them to IPA fonts (ja) and Droid Sans fallback (zh-*).
Because 'grd' format does not support messages with the same id in multiple
branches when use_name_for_id is set [1], we add
locale_settings_{chromiumos,google_chromeos}.grd in place of locale_settings_cros.grd. However, xtb files included by them keep their old names (locale_settings_cros_{lang}.xtb ).
[1] http://code.google.com/p/grit-i18n/issues/detail?id=8
BUG=159456
TEST=In Google ChromeOS, go to http://www.w3.org/International/tests/tests-html-css/tests-fonts/generate-auto-assignment?test=1 and see if 'ja', 'zh-*', 'ko' use slightly differnet glyphs. Or, see http://i18nl10n.com/cros/cjkdeffont.html and make sure that the 3rd column matches in 4th column in ChromeOS and 5th column in Chromium OS.
Review URL: https://chromiumcodereview.appspot.com/11338052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168429 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
chrome_unscaled_resources.grd. I'll rename theme_resources.grd to chrome_scaled_resources.grd in separate CL.
Load such resources as SCALE_FACTOR_NONE (this will be renamed to SCALE_FACTOR_INDEPENDENT (or something that means it's not pre scaled) in follow-up CL)
BUG=160770
TEST=none
Review URL: https://chromiumcodereview.appspot.com/11361256
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167992 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit e23c1449de91a72ada4c41a05fe3009802b5748d.
Breaks the clobber build.
BUG=
Review URL: https://codereview.chromium.org/11341026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164750 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Excluded resources due to this change:
AUDITSPANEL_JS
CODEMIRRORTEXTEDITOR_JS
DEVTOOLS_CSS
DEVTOOLS_EXTENSION_API_JS
DEVTOOLS_JS
ELEMENTSPANEL_JS
HEAPSNAPSHOTWORKER_JS
IDR_BOOKMARK_MANAGER_BOOKMARK_MAIN_JS
IDR_NET_INTERNALS_INDEX_HTML
IDR_NET_INTERNALS_INDEX_JS
IDR_OPTIONS_BUNDLE_JS
IDR_OPTIONS_HTML
IMAGES_PROFILESSILHOUETTE_PNG
IMAGES_SCRIPTSSILHOUETTE_PNG
IMAGES_TOOLBARICONS_PNG
IMAGES_TOOLBARICONSSMALL_PNG
NETWORKPANEL_JS
PROFILESPANEL_JS
RESOURCESPANEL_JS
SCRIPTFORMATTERWORKER_JS
SCRIPTSPANEL_JS
TIMELINEPANEL_JS
BUG=155069
Review URL: https://chromiumcodereview.appspot.com/11306009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164702 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Excludes resources that aren't used on iOS.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/11189031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162575 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/11065031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160747 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes crash at startup time.
BUG=151870
TEST=ash_shell.exe no longer crash at startup
Review URL: https://chromiumcodereview.appspot.com/11026075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160562 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=sky@chromium.org
BUG=141663
TEST=none
Review URL: https://codereview.chromium.org/10910264
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156728 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
add ash_resources.grd and necessary changes to use images in ash/resources
BUG=146034
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=156610
Review URL: https://codereview.chromium.org/10905242
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156637 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
ash/resources"
TBR=oshima@chromium.org
BUG=146034
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156614 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=146034
TEST=none
Review URL: https://codereview.chromium.org/10905242
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156610 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=140482
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10915188
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155936 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
resource_bundle_win.cc: ResourceBundle::LoadCommonResources() should be updated, but this requires decisions on what scaling ranges will use 140% and 180%.
BUG=141048
Review URL: https://chromiumcodereview.appspot.com/10928005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155761 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=sky@chromium.org
BUG=144673
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10900009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153756 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
chrome/browser/resources/options.
BUG=none
TEST=none
R=csilv
Review URL: https://chromiumcodereview.appspot.com/10809005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152267 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug=None
Test=Compile ChromeOS without enable_hidpi GYP_DEFINE.
R=flackr
TBR=sky
Review URL: https://chromiumcodereview.appspot.com/10829281
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151160 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=141467
TEST=Local Linux build, try changing wallpaper
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10855059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150745 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
into single pak files."
BUG=139803
TEST=Chrome runs with ui and theme resources correctly loaded.
Review URL: https://chromiumcodereview.appspot.com/10825111
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10827225
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150570 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
single pak files.
This broke Google Chrome Linux builders which are still looking for theme_resources_100_percent.pak.
BUG=139803
TEST=Chrome runs with ui and theme resources correctly loaded.
Review URL: https://chromiumcodereview.appspot.com/10825111
TBR=flackr@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10825234
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150450 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=139803
TEST=Chrome runs with ui and theme resources correctly loaded.
Review URL: https://chromiumcodereview.appspot.com/10825111
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150411 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds an explicit "platform" option to repack_locales.py, so
resources for one platform (e.g. Android) can be compiled on another
(e.g. Linux).
BUG=136951
Review URL: https://chromiumcodereview.appspot.com/10830085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149488 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move webkit_resource.grd to be in the same directory as all the resources.
This is consistent with what we do elsewhere, and avoids a limitation of the
new grit support for chrome_scaled_image (it expects 'context' to be a specific
form).
Move all the current images into a default_100_percent sub-directory.
Images were added to their new location separately (due to try/cq limitations
on binary files) here: http://src.chromium.org/viewvc/chrome?view=rev&revision=148389
Add support for the 2x text area resize corner image.
Note that I didn't make the .cur files support multiple resolutions because
.cur files themselves can contain multiple resolutions, and when we support
high-DPI on windows (the only place these are used), we'll probably want to
use multi-resolution .cur files so that the cursor seamlessly changes when
moving between different density screens.
Also fixes the addition of 'hand' cursors to be windows specific (as all the other
cursors are now).
TBR=sky@chromium.org
BUG=134046
TEST=
Review URL: https://chromiumcodereview.appspot.com/10701105
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149290 0039d316-1c4b-4281-b951-d872f2087c98
|