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

Issue 10827272: Drive: Hide the URL on opening files on Drive. (Closed)

Created:
8 years, 4 months ago by yoshiki
Modified:
8 years, 4 months ago
Reviewers:
Aaron Boodman, sky
CC:
chromium-reviews
Visibility:
Public.

Description

Drive: Hide the URL on opening files on Drive. BUG=136394 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151158

Patch Set 1 #

Total comments: 2

Patch Set 2 : Review (#2) fix #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M chrome/browser/ui/toolbar/toolbar_model.cc View 1 1 chunk +5 lines, -0 lines 1 comment Download

Messages

Total messages: 14 (0 generated)
yoshiki
Aaron, could you take a look? You've written the code around here.
8 years, 4 months ago (2012-08-10 03:07:25 UTC) #1
Aaron Boodman
http://codereview.chromium.org/10827272/diff/1/chrome/browser/ui/toolbar/toolbar_model.cc File chrome/browser/ui/toolbar/toolbar_model.cc (right): http://codereview.chromium.org/10827272/diff/1/chrome/browser/ui/toolbar/toolbar_model.cc#newcode91 chrome/browser/ui/toolbar/toolbar_model.cc:91: #if defined(OS_CHROMEOS) I'm not a fan of mixing runtime ...
8 years, 4 months ago (2012-08-10 04:36:56 UTC) #2
Aaron Boodman
Also, I can't actually approve changes in this directory.
8 years, 4 months ago (2012-08-10 04:37:18 UTC) #3
yoshiki
+sky Sky, could you take a look as a owner? Aaron, PTAL. http://codereview.chromium.org/10827272/diff/1/chrome/browser/ui/toolbar/toolbar_model.cc File chrome/browser/ui/toolbar/toolbar_model.cc ...
8 years, 4 months ago (2012-08-10 05:34:33 UTC) #4
yoshiki
+sky Sky, could you take a look as a owner? Aaron, PTAL.
8 years, 4 months ago (2012-08-10 05:34:34 UTC) #5
yoshiki
+sky Sky, could you take a look as a owner? Aaron, PTAL.
8 years, 4 months ago (2012-08-10 05:35:03 UTC) #6
sky
http://codereview.chromium.org/10827272/diff/3/chrome/browser/ui/toolbar/toolbar_model.cc File chrome/browser/ui/toolbar/toolbar_model.cc (right): http://codereview.chromium.org/10827272/diff/3/chrome/browser/ui/toolbar/toolbar_model.cc#newcode94 chrome/browser/ui/toolbar/toolbar_model.cc:94: if (entry && entry->GetURL().SchemeIs(chrome::kDriveScheme)) Expose this by way of ...
8 years, 4 months ago (2012-08-10 16:04:10 UTC) #7
yoshiki
We need ifdef, because no ifdef causes a compile error. chrome::kDriveScheme is decrared only on ...
8 years, 4 months ago (2012-08-10 17:29:29 UTC) #8
sky
There will still be an ifdef, but in defaults.cc and not toolbar_model. -Scott On Fri, ...
8 years, 4 months ago (2012-08-10 19:06:26 UTC) #9
yoshiki
Sorry, I'm confusing. I can't get "way of a value in chrome/browser/defaults.h". Could you tell ...
8 years, 4 months ago (2012-08-10 20:19:09 UTC) #10
sky
My mistake, I see what you're saying. LGTM
8 years, 4 months ago (2012-08-10 22:23:46 UTC) #11
yoshiki
On 2012/08/10 22:23:46, sky wrote: > My mistake, I see what you're saying. LGTM Thanks!
8 years, 4 months ago (2012-08-10 22:48:36 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yoshiki@chromium.org/10827272/3
8 years, 4 months ago (2012-08-10 22:48:46 UTC) #13
commit-bot: I haz the power
8 years, 4 months ago (2012-08-10 23:58:09 UTC) #14
Change committed as 151158

Powered by Google App Engine
This is Rietveld 408576698