0
Commit Graph

148300 Commits

Author SHA1 Message Date
60697c6530 Implement a policy to autologin a public account.
This introduces a policy to automatically login a public account on
Chrome OS after a specified period of time has elapsed at the login
screen.  There are two new policy settings:
"DeviceLocalAccountAutoLoginUsername", which determines which public
account will be logged in, and "DeviceLocalAccountAutoLoginTimerMillis",
which specifies the amount of time that should elapse before autologin
takes place.

The autologin timer is started in ExistingUserController when either the
sign-in screen UI is finished loading or the aforementioned policy
settings are changed.

BUG=152933


Review URL: https://chromiumcodereview.appspot.com/12218078

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188331 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 10:56:47 +00:00
5502530968 Make service name for sandboxed process configurable so that client can use different set of sandboxed process
In order to have separate renderer process we need have logic to set service process name

BUG=181470


Review URL: https://chromiumcodereview.appspot.com/12764020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188330 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 10:56:01 +00:00
009c27661b Add 2-lines summary to CC/Address for Wallet items.
This adds functionality, not the final formatting of CC and Address data.

BUG=181286


Review URL: https://chromiumcodereview.appspot.com/12755019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188329 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 10:55:48 +00:00
ada92fc87a Windows: Collect D3D11 stats on a worker thread after a delay.
This collects certain D3D11 capabilities and puts them in histograms.

More importantly, it will give us crash reports from machines where initializing D3D11 is enough to cause a crash.

I have already blacklisted 2nd Generation Core Processor Family Integrated Graphics Controller on Windows Vista and on any Windows that has DisplayLink installed as these are known to cause crashes.

Review URL: https://chromiumcodereview.appspot.com/12633018

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188328 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 10:55:21 +00:00
0f0cb6a332 Add tests to capture traces of StartupTest.ProfilingScript1 with
and without force-compositing-mode.

Once I retrieve the traces from the bots, I'll revert this change.

BUG=178497


Review URL: https://chromiumcodereview.appspot.com/12859006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188327 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 10:46:02 +00:00
b581779287 Files.app: Add subfolders in the left nav
This replaces the list view of the roots with the tree view of the directory tree.

BUG=170744
TEST=able to open Downloads and Drive, able to open removable device, able to unmount them.
R=mtomasz@chromium.org
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/12857002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188326 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 10:45:49 +00:00
723d521213 Remove ConstrainedWindowGtkDelegate
Part 3/5 of the Gtk ContstrainedWindow API rework towards removing
ConstrainedWindowGtk in favor of using a native Widget.

Use "destroy" signal to destroy web contents modal dialog contents
classes, rather than explicit requests from ConstrainedWindowGtk.
Remove ConstrainedWindowGtkDelegate.


BUG=157161


Review URL: https://chromiumcodereview.appspot.com/12851002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188325 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 10:45:34 +00:00
f2fba8ee9c Add shortcut keys to ui scaling
- Round root window size because it can be fractional size
  when root_window_scale_ is specified.
- Remove scaling option from about:flags.
- Rotate display where the mouse is in.

BUG=179997,119268

Review URL: https://chromiumcodereview.appspot.com/12848004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188324 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 10:45:11 +00:00
b78edd1d67 Disable ArgumentValidation test, as it crashes on Mac.
Build logs added to the bug.

BUG=95246  
TEST=None
Review URL: https://codereview.chromium.org/12812009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188322 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 10:42:54 +00:00
53fca8c62e Revert 188217 "Switch Windows to use the MessagePopupCollection"
Looks like it is causing failures in the test touched. See:
http://build.chromium.org/p/chromium.win/buildstatus?builder=Win7%20Tests%20%28dbg%29%284%29&number=16705


> Switch Windows to use the MessagePopupCollection
> 
> Windows is currently using the old-style MessagePopupBubble which
> couldn't display transparent space between the messages.
> 
> r=mukai@chromium.org
> TEST=WebNotificationTrayWinTest.*
> BUG=181235
> 
> 
> Review URL: https://chromiumcodereview.appspot.com/12667018

TBR=dewittj@chromium.org
Review URL: https://codereview.chromium.org/12668009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188317 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 09:35:27 +00:00
1283ccfdd5 Revert 188253 "Reenable test ExtensionApiTest.UpdateWindowShowSt..."
Still fails. See: http://build.chromium.org/p/chromium.win/waterfall?builder=Win7%20Tests%20(dbg)(6)

> Reenable test ExtensionApiTest.UpdateWindowShowState for Windows
> 
> This test was disabled some time ago. I did not find the suspicious patch in the range that could cause the failure. I enabled it and ran it locally and on trybot and it does not fail.
> 
> BUG=176683
> TEST=this is a test
> 
> Review URL: https://chromiumcodereview.appspot.com/12408008

TBR=jianli@chromium.org
Review URL: https://codereview.chromium.org/12871008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188316 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 09:26:51 +00:00
a322d5b950 Updated drag-and-drop assets (second try).
Previously, they didn't get uploaded because of the CQ error.
https://chromiumcodereview.appspot.com/12766002

TBR=oshima@chromium.org,sky@chromium.org
TEST=Enter Files.app, drag and drop.
BUG=137982

Review URL: https://codereview.chromium.org/12732009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188315 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 09:14:45 +00:00
fccfe67dfb sync: Define histogram ints for model types
The common practice of using enums directly when counting histograms
works only if the enums' values never change.  Unfortunately, we insert
into the middle of the list of ModelTypes all the time.

Rather than change the way we manage the list of model type enums, we
decided to separate the model types values from those used when
reporting histograms.  This change defines a mapping from model types to
integers.  These integers should be kept in sync with integer to label
mapping defined in histograms.xml.

This mapping is often similar to, but does not necessarily match, the
int values of the enums.

BUG=190015


Review URL: https://chromiumcodereview.appspot.com/12820010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188314 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 09:13:55 +00:00
1c12a3440e Allow encoded version of service=chromiumsync
BUG=188688


Review URL: https://chromiumcodereview.appspot.com/12817005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188313 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 09:13:40 +00:00
1a43a90d3d requestAutocomplete: Fill |form_structure_| from Online Wallet data (including
fronting card).

R=estade@chromium.org
BUG=163504
TEST=none, yet


Review URL: https://chromiumcodereview.appspot.com/12815002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188312 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 09:13:27 +00:00
aa3174b125 Chromium style checker cleanup
Automated clean up of style checker errors that were missed due to the plugin
not being executed on implementation files.

BUG=115047
TBR=ben, brettw, jamesr, joi, satorux, piman, wez

Review URL: https://chromiumcodereview.appspot.com/12813004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188311 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 09:12:48 +00:00
72c42175d2 Updating trunk VERSION from 1441.0 to 1442.0
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188309 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 09:01:07 +00:00
1fab14d684 Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188307 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 08:43:54 +00:00
a0cc47aa4e WebKit roll 145869:145881
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188305 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 08:36:11 +00:00
311bcec387 Added reply/loop assets to the video player (not uploaded by CQ before).
Previous try via CQ failed:
https://codereview.chromium.org/12676002/

TBR=yoshiki@chromium.org
TEST=Launch a video in Files.app, wait until end or scroll to the end.
BUG=177591

Review URL: https://codereview.chromium.org/12881008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188304 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 08:33:24 +00:00
1227d2bf7f Updating perf_expectations for sunspider name change. Fixed startup/times/t (should be warm/t) while I was at it.
BUG=


Review URL: https://chromiumcodereview.appspot.com/12632016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188303 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 08:29:17 +00:00
6214c2ef14 Remove notifications when apps and OTR Profiles are removed.
This patch modifies DesktopNotificationService so that it
doesn't listen for the NOTIFICATION_PROFILE_DESTROYED or
NOTIFICATION_APP_UNLOADED messages, instead the
NotificationUIManagerImpl now does that directly.

Additionally, MessageCenterNotificationManager used
IsSameProfile when matching profiles to clear, but that
should have been just "==", since we don't want closing an
incognito profile to also close all notifications for the
parent profile.

BUG=196408

Review URL: https://chromiumcodereview.appspot.com/12631017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188302 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 08:29:03 +00:00
c9a1612b7e Eliminate CopyResultsFromGetResourceEntryCallback.
Replace the method with CreateCopyResultCallback and CreateComposedCallback.

BUG=180569
TEST=Ran ./out/Debug/unit_tests


Review URL: https://chromiumcodereview.appspot.com/12447019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188301 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 08:28:50 +00:00
8b9118c7ed When Chrome enters the fullscreen mode:
1) If the panel is created with initial focus, as in the case that the extension icon is clicked, the panel will be shown.
2) If the panel is created without initial focus, as in the case of new incoming message, the panel will not be shown.

When Chrome leaves the fullscreen mode, all panels that are delayed for showing will be shown now.

This patch also fixed the initial fullscreen detection problem for OSX. If Chrome enters fullscreen mode before any panel is created, we need to find out if chrome is in fullscreen or not.

BUG=180795
TEST=Manual test by creating panels when Chrome is in fullscreen mode


Review URL: https://chromiumcodereview.appspot.com/12430013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188300 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 08:28:40 +00:00
2a16e19aae drive: Include "include-shared=true" for including shared resources in feeds.
There's no visible change yet, because we are currently ignoring resources
that do not belong to the hierarchy rooted at "My Drive".
This is for preparation of the coming feature to support
"shared-with-me" tab in the Chrome OS Files.app.

BUG=189087

Review URL: https://codereview.chromium.org/12412020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188299 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 08:21:19 +00:00
788fcc0ac1 Move immersive_mode_controller into c/b/ui/views/frame
BUG=none
TEST=compiles
R=pkotwicz@chromium.org
TBR=sky@chromium.org for simple file move


Review URL: https://chromiumcodereview.appspot.com/12754010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188298 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 08:18:25 +00:00
79283ccfa5 Fix recently closed multiple tabs regression.
R=estade@chromium.org
BUG=179697
TEST=ctrl + click a recently closed item.


Review URL: https://chromiumcodereview.appspot.com/12754009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188297 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 08:18:09 +00:00
5f404a2e00 Add a unified observer to replace NetworkManagerObserver
[reland of 187767 with fix for shutdown crash due to improper 
destruction order.]

The new observer implementation allows one to use either of NetworkLibrary
or NetworkStateHandler to be notified of manager events.

Also, switch over a few trivial NetworkManagerObserver consumers to
use this new observer.

TBR=sky@ for chrome/*.gypi changes

BUG=chromium:181250, chromium:167232
TEST=existing tests, tested on device


Review URL: https://chromiumcodereview.appspot.com/12729002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188296 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 08:17:54 +00:00
fbb4e49d0e Follow-up fixes to http://crrev.com/12638033.
1) Fixed message_center_bubble.cc's MessageListView so it propagates
changes related to notification expansion to the MessageCenterView.

2) Miscellanous cleanups in notification_view.cc.

BUG=168939,168940
R=mukai@chromium.org


Review URL: https://chromiumcodereview.appspot.com/12726005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188295 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 08:17:39 +00:00
487897e4b5 [Telemetry] Use correct profile for power_user.
TEST=None
BUG=None
NOTRY=True


Review URL: https://chromiumcodereview.appspot.com/12775015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188294 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:51:17 +00:00
65f38b9a22 remove call to get android MediaPlayer class
use the global class variable defined in MediaPlayer_jni.h


Review URL: https://chromiumcodereview.appspot.com/12625005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188293 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:49:52 +00:00
9287659e1b Add Aes128GcmEncrypter and Aes128GcmDecrypter for the
AEAD_AES_128_GCM authenticated encryption algorithm.

An OpenSSL-based implementation is included. The NSS-based
implementation will be added later.

Merge internal change: 42641062

Add the GetKey() and GetNoncePrefix() methods to Aes128GcmEncrypter
and Aes128GcmDecrypter.

Merge internal change: 43570937

R=rch@chromium.org,rtenneti@chromium.org
BUG=none
TEST=none

Review URL: https://chromiumcodereview.appspot.com/12623017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188292 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:49:38 +00:00
ffd1ccb156 ui::Layer::SwitchToLayer should finish animations on its old cc::Layer
Opacity and transform animations on a ui::Layer are handled by its
cc::Layer. This CL ensures that when a ui::Layer changes its
cc::Layer, it finishes animations that are being handled by the old
cc::Layer.

BUG=164206


Review URL: https://chromiumcodereview.appspot.com/12609006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188291 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:48:24 +00:00
3f318f0162 Update activation flow for lte devices not to show 3G loading page.
->remove the page flash at the start of the activation.
->when we detect there is no network connection show the page asking the user to
connect to WiFi
->if the payment frame load fails, don't attempt reconnect (as it will fail for
networks that should be activated over non-cellular network)

TEST=try disconnecting network at various stages of lte activation and validate
that 'Connect to Wi-Fi to begin' is shown. When the connection is reestablished,
the ui should return to previous state

BUG=176356,174486


Review URL: https://chromiumcodereview.appspot.com/12597010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188290 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:41:09 +00:00
6c75fab15c Trigger a tab updated event if the favicon URL changes.
Have BrowserEventRouter listen for NOTIFICATION_FAVICON_UPDATED. When the favicon URL changes, a tabs onUpdated event is triggered and the new URL provided within the |changeInfo| parameter in chrome.tabs.onUpdated as |favIconUrl| property.

BUG=177330

Contributed by Timo Reimann <ttr314@googlemail.com>

Review URL: https://chromiumcodereview.appspot.com/12591008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188289 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:38:54 +00:00
b3c1185aa4 make BoxLayout use and respect GetHeightForWidth() (for vertical layouts).
BUG=none


Review URL: https://chromiumcodereview.appspot.com/12575005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188288 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:38:39 +00:00
ede5387390 cc: Chromify RateLimiter
Also, remove RateLimiter::Task forward declaration and friend as they appear
unused.

R=danakj@chromium.org
BUG=none


Review URL: https://chromiumcodereview.appspot.com/12566033

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188287 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:38:14 +00:00
f837c0c39b drive: Remove "/-/mine" from WAPI resource list urls.
By this change, files owned by others but included in the "My Drive" hierarchy
of the authenticated user will become shown in the File Manager of Chrome OS.
Typical use case of the situation is exlained below in the testing steps.

BUG=176115,189087
TEST=Verify the following manual steps work.
1. Log in to drive.google.com with account X and create a folder under My Drive.
2. Share the folder to another account Y.
3. Upload a file to the folder from Y.
4. Open Files.app of ChromeOS in the account X.
5. Ctrl-click the geer menu, clean local cache. Wait for re-fetching.
6. The file uploaded at the step 3 should show up in the folder.

Review URL: https://codereview.chromium.org/12861002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188286 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:35:48 +00:00
aa7aee7ab3 A couple of fixes to bubble view:
1. Mirror arrow location even for centered arrows if the bubble is offscreen
2. Apply insets to |anchor_point|. This give the user the ability to specify a
generic "anchor_rect" (as a combination of center point and insets) instead of
either a |anchor_point| or an |anchor_view|.

BUG=none


Review URL: https://chromiumcodereview.appspot.com/12545040

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188285 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:30:39 +00:00
6dcd1d5c4b Refactor QuicClientSession so that it owns the underlying socket
which is also stored in the QuicConnectionHelper.  Make the
Helper owned by the Connection, which is in turn owned by
the Session.


Review URL: https://chromiumcodereview.appspot.com/12545035

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188284 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:28:37 +00:00
5b731f3e83 Remote RDP sessions, rather than the console, if curtain-mode is configured.
This CL adds a new DesktopSession implementation that starts an RDP terminal and attaches to it. Attaching to the terminal launches the DesktopSessionAgent into the corresponding RDP session, and a new agent will be launched each time the terminal's active session is switched, e.g. if the user logs in to an existing session, in the same way as when remoting the host's physical console.

The terminal will be configured to match client dimensions as reported by the Chromoting host.

BUG=137696

Review URL: https://chromiumcodereview.appspot.com/12544020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188283 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:28:22 +00:00
1e8e7b9cce Use gold for ARM linux builds.
There is an issue using ld.bfd to cross build ARM chrome
on linux (it seems to not honor --sysroot correctly) so
make sure we use gold by default.

BUG=191499

Review URL: https://chromiumcodereview.appspot.com/12859002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188282 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:27:56 +00:00
153440628d Don't call AcceptCurrentInstantPreview() when the user hits Tab.
This call is meant to commit the Instant overlay (preview). However, the overlay
never shows if the omnibox dropdown is not open. So, either the Tab is handled
by the omnibox edit (to enter keyword mode or to move down the list of dropdown
suggestions) or there's no overlay to commit. I.e., this call never succeeds.

So, it's entirely useless and can be removed.

Removing it does help fix a bug, though. In extended mode, Instant could be
talking to the active tab instead of an overlay, with the dropdown closed. Here,
calling AcceptCurrentInstantPreview() when the user hits Tab leads to
InstantController::CommitIfPossible(INSTANT_COMMIT_PRESSED_ENTER), so Instant
wrongly thinks the user hit Enter and calls "Submit(query)" on the active tab.

The bug only occurs on non-Aura Windows, because in Aura, Tab doesn't cause
AcceptCurrentInstantPreview() to be called anyway. So, I've just removed this
call altogether, from GTK and Win too.

BUG=179974
R=pkasting@chromium.org
TEST=See bug.


Review URL: https://chromiumcodereview.appspot.com/12450022

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188281 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:19:43 +00:00
9f49811340 drive: Some cleanup for ChangeListLoader
- Remove UpdateMetadataParams which is not needed
- Remove the callback parameter from LoadRootFeedParams
- Rename OnGetResourceList to LoadFromServerAfterGetResourceList
- Introduce LoadChangeListFromServer()

BUG=178348
TEST=none

Review URL: https://codereview.chromium.org/12519012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188280 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:18:32 +00:00
233bb94e6e Create a desktop environment instance late so that it will see the curtain_required flag.
BUG=137696


Review URL: https://chromiumcodereview.appspot.com/12544019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188279 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:18:17 +00:00
94a76b74f0 Retrieve more accurate error code (WSAECONNRESET vs.
WSAECONNABORTED) than what WSAEnumNetworkEvents reported
in network_events.iErrorCode[FD_CLOSE_BIT} by calling
recv() on the socket.

Document why spurious wakeups are expected and tolerated.

Revert r186218: net: also do TLS 1.1 -> 1.0 fallback on
ERR_CONNECTION_ABORTED. The workaround is no longer needed.

R=pmeenan@chromium.org,rvargas@chromium.org,agl@chromium.org
BUG=180313,178672,179037
TEST=none

Review URL: https://chromiumcodereview.appspot.com/12468002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188278 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:18:02 +00:00
96977e4253 Redesign notifier settings view.
This includes following changes:
- omit the text in title bar
- instead, 'Settings' text would be in the dialog, at the top
- window size: width: 320, height: 480
- each row has 48px height
- scroll view for settings

BUG=161094
TBR=sky@chromium.org

Review URL: https://chromiumcodereview.appspot.com/12465011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188277 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:17:50 +00:00
27059c3911 Remove left-over panel code.
BUG=none
TEST=none since this is code cleanup


Review URL: https://chromiumcodereview.appspot.com/12450020

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188276 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:09:06 +00:00
995eb93dc7 chromeos: Change DriveResourceMetadata's method arguemnts from DriveEntryProto* to resource ID when possible
We cannot modify an entry's state via raw pointers with DB.

Replace DriveEntryProto* with resource ID when possible.
Omit unnecessary arguments.
Add missing parent resource ID for test data.

BUG=127856
TEST=unit_tests

Review URL: https://codereview.chromium.org/12465012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188275 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:08:00 +00:00
37b7834334 Fixed value name for printer blacklist.
BUG=196361
TBR=gene


Review URL: https://chromiumcodereview.appspot.com/12588007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188274 0039d316-1c4b-4281-b951-d872f2087c98
2013-03-15 07:07:55 +00:00